rpms/cluster/devel cluster.spec,1.40,1.41

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Feb 24 09:25:11 UTC 2009


Author: fabbione

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

Modified Files:
	cluster.spec 
Log Message:
Fix typo in gfs-util preun scriptlet



Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- cluster.spec	24 Feb 2009 08:00:51 -0000	1.40
+++ cluster.spec	24 Feb 2009 09:24:41 -0000	1.41
@@ -19,7 +19,7 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 3.0.0
-Release: 9%{?alphatag:.%{alphatag}}%{?dist}
+Release: 10%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -309,7 +309,7 @@
 %preun -n gfs-utils
 if [ "$1" = 0 ]; then
 	/sbin/service gfs stop >/dev/null 2>&1
-	/sbin/chkconfig --del gfs2
+	/sbin/chkconfig --del gfs
 fi
 
 %files -n gfs-utils
@@ -324,6 +324,9 @@
 %{_mandir}/man8/*.gfs.*
 
 %changelog
+* Tue Feb 24 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-10.alpha5
+- Fix typo in gfs-utils preun scriptlet.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-9.alpha5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list