diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 8993f09..f153fed 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Kernel Summary: Utilities for managing the global filesystem (GFS) @@ -54,7 +54,7 @@ make %preun if [ "$1" = 0 ]; then - /sbin/chkconfig --del gfs + /sbin/chkconfig --del gfs2 fi exit 0 @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Thu Sep 07 2006 Chris Feist 0.1.6-2 +- Fix typo in uninstall script (turn off gfs2 instead of gfs) + * Mon Aug 28 2006 Chris Feist 0.1.6-1 - New Upstream sources.