rpms/cluster-glue/devel cluster-glue.spec,1.1,1.2

Andrew Beekhof beekhof at fedoraproject.org
Wed Aug 5 07:45:30 UTC 2009


Author: beekhof

Update of /cvs/pkgs/rpms/cluster-glue/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29236

Modified Files:
	cluster-glue.spec 
Log Message:
Use %{_libdir}/ocf as the location for resource agents


Index: cluster-glue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster-glue/devel/cluster-glue.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cluster-glue.spec	29 Jul 2009 06:49:37 -0000	1.1
+++ cluster-glue.spec	5 Aug 2009 07:45:29 -0000	1.2
@@ -13,7 +13,7 @@
 Name:		cluster-glue
 Summary:	Reusable cluster components
 Version:	1.0
-Release:	%{?alphatag:0.}7%{?alphatag:.%{alphatag}}%{?dist}
+Release:	%{?alphatag:0.}8%{?alphatag:.%{alphatag}}%{?dist}
 License:	GPLv2+ and LGPLv2+
 Url:		http://www.clusterlabs.org
 Group:		System Environment/Base
@@ -43,7 +43,8 @@ BuildRequires: libuuid-devel
 		--enable-fatal-warnings=no   \
 		--localstatedir=%{_var}      \
 		--with-daemon-group=%{gname} \
-		--with-daemon-user=%{uname}
+		--with-daemon-user=%{uname}  \
+		--with-ocf-root=%{_libdir}/ocf 
 
 %build
 make %{_smp_mflags}
@@ -165,6 +166,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Wed Aug  5 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0-0.8.75cab275433e.hg
+- Use %{_libdir}/ocf for resource agents
+
 * Tue Jul  28 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0-0.7.75cab275433e.hg
 - Add a leading zero to the revision when alphatag is used
 




More information about the fedora-extras-commits mailing list