diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 28170fb..b7511c7 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 3.1.4 -Release: 2%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Kernel Summary: Utilities for managing the global filesystem (GFS2) @@ -21,6 +21,7 @@ Requires(preun): initscripts Requires(preun): chkconfig Requires: ncurses Requires: file +Requires: kernel-modules-extra Obsoletes: gfs2-cluster < %{version} BuildRequires: ncurses-devel BuildRequires: glibc-kernheaders @@ -86,9 +87,6 @@ The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS2 filesystems. -%post -n gfs2-utils -/sbin/chkconfig --add gfs2 - %files -n gfs2-utils %defattr(-,root,root,-) %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence doc/*.txt @@ -159,6 +157,12 @@ filesystems. #%{_mandir}/man8/gfs_control* %changelog +* Wed Jul 18 2012 Andrew Price - 3.1.4-4 +- Add dependency on kernel-modules-extra as per bz#811547 + +* Wed Mar 07 2012 Andrew Price - 3.1.4-3 +- Remove redundant postinstall scriptlet + * Thu Feb 2 2012 Fabio M. Di Nitto - 3.1.4-2 - make sure to Obsolete gfs2-cluster