From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 23 Sep 2008 16:05:08 -0000 Subject: [Cluster-devel] conga ./conga.spec.in.in make/version.in Message-ID: <20080923160508.26867.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 16:05:08 Modified files: . : conga.spec.in.in make : version.in Log message: fix bz463220 (with spec file magic lifted from the cman spec file) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.103&r2=1.45.2.104 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.45&r2=1.21.2.46 --- conga/conga.spec.in.in 2008/09/18 15:19:34 1.45.2.103 +++ conga/conga.spec.in.in 2008/09/23 16:05:07 1.45.2.104 @@ -31,6 +31,8 @@ %endif Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define my_requires %{_builddir}/my_requires +%define _use_internal_dependency_generator 0 %define virt_support 0 %ifarch i386 x86_64 ia64 @@ -47,6 +49,14 @@ It consists of luci, https frontend, and ricci, secure daemon that dispatches incoming messages to underlying management modules. +%{__cat} <%{my_requires} +#!/bin/sh +%{__find_requires} | grep -v '^libvirt' +exit 0 +EOF +chmod +x %{my_requires} +%define __find_requires %{my_requires} + %prep %setup -q %if "%{include_zope_and_plone}" == "yes" --- conga/make/version.in 2008/08/27 14:59:18 1.21.2.45 +++ conga/make/version.in 2008/09/23 16:05:08 1.21.2.46 @@ -1,2 +1,2 @@ VERSION=0.12.1 -RELEASE=4 +RELEASE=5