rpms/pacemaker/devel pacemaker.spec,1.13,1.14

Andrew Beekhof beekhof at fedoraproject.org
Mon Jun 21 14:53:36 UTC 2010


Author: beekhof

Update of /cvs/pkgs/rpms/pacemaker/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv801

Modified Files:
	pacemaker.spec 
Log Message:
publican is only available as a dependancy on i386/x86_64 machines


Index: pacemaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/devel/pacemaker.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- pacemaker.spec	11 Jun 2010 13:06:24 -0000	1.13
+++ pacemaker.spec	21 Jun 2010 14:53:35 -0000	1.14
@@ -16,7 +16,7 @@
 # We generate some docs using Publican, but its not available everywhere
 %bcond_without publican
 
-%global specversion 2
+%global specversion 3
 %global upstream_version Pacemaker-1.1.2
 %global upstream_prefix Pacemaker-1-1-
 
@@ -79,8 +79,10 @@ BuildRequires:	heartbeat-devel heartbeat
 %endif
 
 %if %{with publican}
+%ifarch i386 x86_64
 BuildRequires:	publican
 %endif
+%endif
 
 %description
 Pacemaker is an advanced, scalable High-Availability cluster resource
@@ -303,6 +305,9 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
+* Mon Jun 21 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.2-3
+- publican is only available as a dependancy on i386/x86_64 machines
+
 * Fri Jun 11 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.2-2
 - Resolves rhbz#602239 - Added patch to documentation so that it passes validation
 - High: Core: Bug lf#2401 - Backed out changeset 6e6980376f01



More information about the scm-commits mailing list