From 32c9afb2e2cc20ca98626a84136084e590f93f1d Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Tue, 27 Jun 2006 13:35:40 +0000 Subject: [PATCH] - preun script fixup --- gfs2-utils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.