Final adjustments relating to package review.
This commit is contained in:
parent
f28ef24787
commit
5450b1cabd
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: gfs2-utils
|
Name: gfs2-utils
|
||||||
Version: 2.03.00
|
Version: 2.03.00
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2 and LGPLv2
|
License: GPLv2 and LGPLv2
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
Summary: Utilities for managing the global filesystem (GFS2)
|
Summary: Utilities for managing the global filesystem (GFS2)
|
||||||
@ -52,6 +52,7 @@ make %{_smp_mflags}
|
|||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
|
/sbin/service gfs2 stop >/dev/null 2>&1
|
||||||
/sbin/chkconfig --del gfs2
|
/sbin/chkconfig --del gfs2
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
@ -72,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2008 Steven Whitehouse <swhiteho@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@redhat.com> 2.03.00-3
|
* Mon Apr 14 2008 Steven Whitehouse <swhiteho@redhat.com> 2.03.00-3
|
||||||
- Fabbione saves the day. We can get rid of the sed stuff after all
|
- Fabbione saves the day. We can get rid of the sed stuff after all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user