CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2008-09-23 17:34:56
Modified files:
. : conga.spec.in.in
Log message:
Relocate misplaced spec block
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.104&r2=1.45.2.105
--- conga/conga.spec.in.in 2008/09/23 16:05:07 1.45.2.104
+++ conga/conga.spec.in.in 2008/09/23 17:34:56 1.45.2.105
@@ -49,6 +49,9 @@
It consists of luci, https frontend, and ricci, secure daemon that dispatches
incoming messages to underlying management modules.
+%prep
+%setup -q
+
%{__cat} <<EOF >%{my_requires}
#!/bin/sh
%{__find_requires} | grep -v '^libvirt'
@@ -57,8 +60,6 @@
chmod +x %{my_requires}
%define __find_requires %{my_requires}
-%prep
-%setup -q
%if "%{include_zope_and_plone}" == "yes"
# Zope
%setup -q -T -D -a 1
@@ -322,6 +323,9 @@
### changelog ###
%changelog
+* Tue Sep 23 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.12.1-5
+ - Fix bz463220
+
* Wed Aug 27 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.12.1-4
- Fix bz459562 (charset configuration fix for luci)
- Fix bz459469 (An unknown device type was given: "gnbd.")