rpms/heartbeat/FC-5 heartbeat.spec,1.7,1.8

Joost Soeterbroek (jsoeterb) fedora-extras-commits at redhat.com
Fri Feb 9 09:55:26 UTC 2007


Author: jsoeterb

Update of /cvs/extras/rpms/heartbeat/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20042/FC-5

Modified Files:
	heartbeat.spec 
Log Message:
change condrestart -> restart (bz #223949)


Index: heartbeat.spec
===================================================================
RCS file: /cvs/extras/rpms/heartbeat/FC-5/heartbeat.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- heartbeat.spec	21 Jan 2007 20:05:01 -0000	1.7
+++ heartbeat.spec	9 Feb 2007 09:54:54 -0000	1.8
@@ -6,7 +6,7 @@
 Summary:          Heartbeat subsystem for High-Availability Linux
 Name:             heartbeat
 Version:          2.0.8
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          GPL/LGPL
 URL:              http://linux-ha.org/
 Group:            System Environment/Daemons
@@ -18,7 +18,7 @@
 BuildRequires:    iputils
 BuildRequires:    libnet-devel
 BuildRequires:    libtool-ltdl-devel
-BuildRequires:    net-snmp-devel >= 5.4
+BuildRequires:    net-snmp-devel
 BuildRequires:    bzip2-devel 
 BuildRequires:    ncurses-devel
 %if %{ENABLE_MGMT}
@@ -165,7 +165,7 @@
 
 %postun 
 if [ "$1" -ge "1" ] ; then
-    /sbin/service heartbeat condrestart
+    /sbin/service heartbeat restart
 fi
 /sbin/ldconfig
 test "$1" != 0 || /usr/sbin/fedora-userdel  %{uname} &>/dev/null || :
@@ -304,6 +304,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Fri Feb  9 2007 Joost Soeterbroek <joost.soeterbroek at gmail.com> - 2.0.8-2
+- change condrestart -> restart (bz #223949)
+
 * Sun Jan 21 2007 Joost Soeterbroek <joost.soeterbroek at gmail.com> - 2.0.8-1
 - upstream version 2.0.8
 - fix cl_status commands fail (bz #219765)




More information about the scm-commits mailing list