rpms/fence-agents/devel fence-agents.spec,1.6,1.7

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Mar 12 12:46:03 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/fence-agents/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10535

Modified Files:
	fence-agents.spec 
Log Message:
Package clean and fix build on x86



Index: fence-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/devel/fence-agents.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fence-agents.spec	9 Mar 2009 10:37:24 -0000	1.6
+++ fence-agents.spec	12 Mar 2009 12:45:32 -0000	1.7
@@ -19,7 +19,7 @@
 Name: fence-agents
 Summary: Fence Agents for Red Hat Cluster
 Version: 3.0.0
-Release: 8%{?alphatag:.%{alphatag}}%{?dist}
+Release: 9%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -28,13 +28,12 @@
 ## Runtime deps
 Requires: sg3_utils OpenIPMI telnet openssh-clients
 Requires: pexpect net-snmp-utils pyOpenSSL
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 ## Setup/build bits
 
 # build support for virtualization
 %define buildvirt 0
-%ifarch i386 x86_64 ia64
+%ifarch i386 i486 i586 i686 x86_64 ia64
 %define buildvirt 1
 %endif
 
@@ -49,7 +48,7 @@
 BuildRequires: openaislib-devel >= 0.93-2
 
 %if %{buildvirt}
-BuildRequires: nss-devel nspr-devel libvirt-devel xen-libs
+BuildRequires: nss-devel nspr-devel libvirt-devel
 %endif
 
 %prep
@@ -100,6 +99,11 @@
 %{_mandir}/man8/fence*
 
 %changelog
+* Thu Mar 12 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-9.beta1
+- Fix arch check for virt support.
+- Drop unrequired BuildRequires.
+- Drop unrequired Requires: on perl.
+
 * Mon Mar  9 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-8.beta1
 - New upstream release.
 - Update corosync/openais BuildRequires and Requires.




More information about the fedora-extras-commits mailing list