Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f27045acb | ||
|
|
003e595227 |
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue