rpms/heartbeat/devel heartbeat.spec,1.22,1.23

Lon Hohberger lon at fedoraproject.org
Wed Oct 22 21:25:09 UTC 2008


Author: lon

Update of /cvs/pkgs/rpms/heartbeat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15208

Modified Files:
	heartbeat.spec 
Log Message:
Resolves: #467807 - missing PyXML requires line



Index: heartbeat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/heartbeat/devel/heartbeat.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- heartbeat.spec	25 Jun 2008 07:57:25 -0000	1.22
+++ heartbeat.spec	22 Oct 2008 21:24:39 -0000	1.23
@@ -6,7 +6,7 @@
 Summary:          Heartbeat subsystem for High-Availability Linux
 Name:             heartbeat
 Version:          2.1.3
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          GPLv2 and LGPLv2+
 URL:              http://linux-ha.org/
 Group:            System Environment/Daemons
@@ -33,6 +33,7 @@
 %endif
 Requires:         ldirectord = %{version}-%{release}
 Requires:         pygtk2 >= 2.4
+Requires:	  PyXML
 Requires(pre):    fedora-usermgmt
 Requires(postun): fedora-usermgmt
 Requires(post):   /sbin/chkconfig
@@ -337,6 +338,9 @@
 %{_bindir}/hb_gui
 
 %changelog
+* Tue Oct 21 2008 Lon Hohberger <lhh at redhat.com> - 2.1.3-3
+- Fix requires line to include PyXML (#467807)
+
 * Wed Jun 25 2008 Tomas Mraz <tmraz at redhat.com> - 2.1.3-2
 - rebuild with new gnutls
 




More information about the scm-commits mailing list