From 003e595227f0b97a9423e5b627fe6d223cbfaadf Mon Sep 17 00:00:00 2001 From: Andrew Price Date: Wed, 7 Mar 2012 17:59:44 +0000 Subject: [PATCH 1/2] Remove redundant postinstall scriptlet Signed-off-by: Andrew Price --- gfs2-utils.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 28170fb..acc68fe 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 3.1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Kernel Summary: Utilities for managing the global filesystem (GFS2) @@ -86,9 +86,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 +156,9 @@ filesystems. #%{_mandir}/man8/gfs_control* %changelog +* 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 From 5f27045acb6bc4f9ae37746c4c6c33ca54b2affc Mon Sep 17 00:00:00 2001 From: Andrew Price Date: Wed, 18 Jul 2012 16:04:18 +0100 Subject: [PATCH 2/2] Add dependency on kernel-modules-extra as per bz#811547 Signed-off-by: Andrew Price --- gfs2-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gfs2-utils.spec b/gfs2-utils.spec index acc68fe..b7511c7 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 3.1.4 -Release: 3%{?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 @@ -156,6 +157,9 @@ 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