From 5450b1cabde5d9fe54397286701b098f6d80fd63 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Wed, 30 Apr 2008 15:09:36 +0000 Subject: [PATCH] Final adjustments relating to package review. --- gfs2-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 66bca2e..c6b9820 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -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 @@ make %{_smp_mflags} %preun if [ "$1" = 0 ]; then + /sbin/service gfs2 stop >/dev/null 2>&1 /sbin/chkconfig --del gfs2 fi exit 0 @@ -72,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Wed Apr 30 2008 Steven Whitehouse 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 2.03.00-3 - Fabbione saves the day. We can get rid of the sed stuff after all