From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 23 Sep 2008 17:34:56 -0000 Subject: [Cluster-devel] conga conga.spec.in.in Message-ID: <20080923173456.17174.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 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} <%{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 0.12.1-5 + - Fix bz463220 + * Wed Aug 27 2008 Ryan McCabe 0.12.1-4 - Fix bz459562 (charset configuration fix for luci) - Fix bz459469 (An unknown device type was given: "gnbd.")