diff --git a/heartbeat.spec b/heartbeat.spec index 7aef123..3bf02a2 100644 --- a/heartbeat.spec +++ b/heartbeat.spec @@ -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 @@ -165,7 +165,7 @@ fi %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 @@ test "$1" != 0 || /usr/sbin/fedora-groupdel %{gname} &>/dev/null || : %{_libdir}/*.so %changelog +* Fri Feb 9 2007 Joost Soeterbroek - 2.0.8-2 +- change condrestart -> restart (bz #223949) + * Sun Jan 21 2007 Joost Soeterbroek - 2.0.8-1 - upstream version 2.0.8 - fix cl_status commands fail (bz #219765)