- preun script fixup

This commit is contained in:
Florian La Roche 2006-06-27 13:35:40 +00:00
parent 9cb333e837
commit 32c9afb2e2

View File

@ -12,7 +12,7 @@
Name: gfs2-utils Name: gfs2-utils
Version: 0.1.0 Version: 0.1.0
Release: 1.fc6.4 Release: 1.fc6.5
License: GPL License: GPL
Group: System Environment/Kernel Group: System Environment/Kernel
Summary: Utilities for managing the global filesystem (GFS) Summary: Utilities for managing the global filesystem (GFS)
@ -58,6 +58,7 @@ make
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
/sbin/chkconfig --del gfs /sbin/chkconfig --del gfs
fi fi
exit 0
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -76,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Fri Jun 09 2006 Chris Feist <cfeist@redhat.com> - 0.1.0-1.fc6.3
- Initial build of gfs-utils. - Initial build of gfs-utils.