diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 6221896..00e427a 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -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 +- fix typo in preun script + * Fri Jun 09 2006 Chris Feist - 0.1.0-1.fc6.3 - Initial build of gfs-utils.