rpms/cluster-glue/F-12 cluster-glue.spec,1.9,1.10

Andrew Beekhof beekhof at fedoraproject.org
Thu Nov 12 07:23:32 UTC 2009


Author: beekhof

Update of /cvs/pkgs/rpms/cluster-glue/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4256

Modified Files:
	cluster-glue.spec 
Log Message:
Correctly find the uuid libraries on rhel >= 6


Index: cluster-glue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster-glue/F-12/cluster-glue.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- cluster-glue.spec	12 Oct 2009 15:58:34 -0000	1.9
+++ cluster-glue.spec	12 Nov 2009 07:23:31 -0000	1.10
@@ -4,7 +4,7 @@
 
 # When downloading directly from Mercurial, it will automatically add this prefix
 # Invoking 'hg archive' wont but you can add one with: hg archive -t tgz -p "Reusable-Cluster-Components-" -r $upstreamversion $upstreamversion.tar.gz
-%global specversion 11
+%global specversion 12
 %global upstreamprefix Reusable-Cluster-Components-
 %global upstreamversion b79635605337
 
@@ -36,10 +36,10 @@ BuildRequires: automake autoconf libtool
 BuildRequires: bzip2-devel glib2-devel e2fsprogs-devel python-devel libxml2-devel
 BuildRequires: OpenIPMI-devel libnet-devel net-snmp-devel libcurl-devel openhpi-devel
 
-%if 0%{?fedora} < 12
-BuildRequires: e2fsprogs-devel
-%else
+%if 0%{?fedora} > 11 || 0%{?rhel} > 5
 BuildRequires: libuuid-devel
+%else
+BuildRequires: e2fsprogs-devel
 %endif
 
 %prep
@@ -186,6 +186,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Thu Nov 12 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0-0.12.b79635605337.hg
+- Correctly find the uuid libraries on rhel >= 6
+
 * Mon Oct 12 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0-0.11.b79635605337.hg
 - Fix botched tag
 




More information about the scm-commits mailing list