rpms/fence-agents/F-12 fence-agents.spec,1.18,1.19

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Oct 27 10:47:52 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/fence-agents/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14576

Modified Files:
	fence-agents.spec 
Log Message:
Fix Requires: on libvirt/libvirt-client



Index: fence-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/F-12/fence-agents.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- fence-agents.spec	21 Oct 2009 11:37:36 -0000	1.18
+++ fence-agents.spec	27 Oct 2009 10:47:51 -0000	1.19
@@ -19,7 +19,7 @@
 Name: fence-agents
 Summary: Fence Agents for Red Hat Cluster
 Version: 3.0.4
-Release: 1%{?alphatag:.%{alphatag}}%{?dist}
+Release: 2%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -27,9 +27,15 @@ Source0: ftp://sources.redhat.com/pub/cl
 
 ## Runtime deps
 Requires: sg3_utils OpenIPMI telnet openssh-clients
-Requires: pexpect net-snmp-utils libvirt-client
+Requires: pexpect net-snmp-utils
 Requires: perl-Net-Telnet
 
+%if 0%{?fedora} >= 12
+Requires: libvirt-client
+%else
+Requires: libvirt
+%endif
+
 ## Setup/build bits
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -85,6 +91,9 @@ power management for several devices.
 %{_mandir}/man8/fence*
 
 %changelog
+* Tue Oct 27 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.4-2
+- Fix Requires: on libvirt/libvirt-client
+
 * Wed Oct 21 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.4-1
 - New upstream release
 - BuildRequire libxslt and pexpect for automatic man page generation




More information about the fedora-extras-commits mailing list