Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Andrew Price
5f27045acb Add dependency on kernel-modules-extra as per bz#811547
Signed-off-by: Andrew Price <anprice@redhat.com>
2012-07-18 16:04:44 +01:00
Andrew Price
003e595227 Remove redundant postinstall scriptlet
Signed-off-by: Andrew Price <anprice@redhat.com>
2012-03-07 18:46:27 +00:00

View file

@ -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 <anprice@redhat.com> - 3.1.4-4
- Add dependency on kernel-modules-extra as per bz#811547
* Wed Mar 07 2012 Andrew Price <anprice@redhat.com> - 3.1.4-3
- Remove redundant postinstall scriptlet
* Thu Feb 2 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.4-2
- make sure to Obsolete gfs2-cluster