rpms/cluster-glue/F-13 cluster-glue.spec,1.12,1.13

Andrew Beekhof beekhof at fedoraproject.org
Tue Mar 23 20:18:05 UTC 2010


Author: beekhof

Update of /cvs/pkgs/rpms/cluster-glue/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8177

Modified Files:
	cluster-glue.spec 
Log Message:
Add libnet as a build dependancy to resolve rhbz#574732


Index: cluster-glue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster-glue/F-13/cluster-glue.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- cluster-glue.spec	12 Jan 2010 09:55:23 -0000	1.12
+++ cluster-glue.spec	23 Mar 2010 20:18:05 -0000	1.13
@@ -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 1
+%global specversion 2
 %global upstreamprefix Reusable-Cluster-Components-
 %global upstreamversion aa1f9dee2793
 
@@ -33,7 +33,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 # Build dependencies
 Requires: perl-TimeDate
 BuildRequires: automake autoconf libtool pkgconfig chrpath libtool-ltdl-devel
-BuildRequires: bzip2-devel glib2-devel python-devel libxml2-devel
+BuildRequires: bzip2-devel glib2-devel python-devel libxml2-devel libnet-devel
 
 # For documentation
 BuildRequires: libxslt docbook-style-xsl
@@ -194,6 +194,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Mon Mar 23 2010 Andrew Beekhof <andrew at beekhof.net> - 1.0.2-2
+- Add libnet as a build dependancy to resolve rhbz#574732
+
 * Mon Jan 11 2010 Andrew Beekhof <andrew at beekhof.net> - 1.0.2-1
 - Suppress unsupported stonith plugins
 - Update to latest upstream release: aa1f9dee2793



More information about the scm-commits mailing list