rpms/gfs2-utils/devel gfs2-utils.spec,1.22,1.23

Steven Whitehouse (swhiteho) fedora-extras-commits at redhat.com
Wed Apr 30 15:10:14 UTC 2008


Author: swhiteho

Update of /cvs/pkgs/rpms/gfs2-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9211

Modified Files:
	gfs2-utils.spec 
Log Message:
Final adjustments relating to package review.




Index: gfs2-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gfs2-utils/devel/gfs2-utils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gfs2-utils.spec	14 Apr 2008 09:47:05 -0000	1.22
+++ gfs2-utils.spec	30 Apr 2008 15:09:36 -0000	1.23
@@ -12,7 +12,7 @@
 
 Name: gfs2-utils
 Version: 2.03.00
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2 and LGPLv2
 Group: System Environment/Kernel
 Summary: Utilities for managing the global filesystem (GFS2)
@@ -52,6 +52,7 @@
 
 %preun
 if [ "$1" = 0 ]; then
+	/sbin/service gfs2 stop >/dev/null 2>&1
 	/sbin/chkconfig --del gfs2
 fi
 exit 0
@@ -72,6 +73,10 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Apr 30 2008 Steven Whitehouse <swhiteho at redhat.com> 2.03.00-4
+- Stop service in preun script as per final review comments
+- Can now close the review bz #225792
+
 * Mon Apr 14 2008 Steven Whitehouse <swhiteho at redhat.com> 2.03.00-3
 - Fabbione saves the day. We can get rid of the sed stuff after all
 




More information about the fedora-extras-commits mailing list