- preun script fixup
This commit is contained in:
parent
9cb333e837
commit
32c9afb2e2
@ -12,7 +12,7 @@
|
||||
|
||||
Name: gfs2-utils
|
||||
Version: 0.1.0
|
||||
Release: 1.fc6.4
|
||||
Release: 1.fc6.5
|
||||
License: GPL
|
||||
Group: System Environment/Kernel
|
||||
Summary: Utilities for managing the global filesystem (GFS)
|
||||
@ -55,9 +55,10 @@ make
|
||||
/sbin/chkconfig --add gfs2
|
||||
|
||||
%preun
|
||||
if ["$1" = 0 ]; then
|
||||
if [ "$1" = 0 ]; then
|
||||
/sbin/chkconfig --del gfs
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -76,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com>
|
||||
- fix typo in preun script
|
||||
|
||||
* Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
|
||||
- Initial build of gfs-utils.
|
||||
|
Loading…
Reference in New Issue
Block a user