GFS2: Remove gfs2_tool and gfs2_quota from package

The gfs2_quota utility is obsolete and replaced by the quota package
so it will no longer be included in Fedora releases.

The gfs2_tool utility is obsolete and has been replaced by a variety
of other things. For superblock functions, use tunegfs2, for gfs2
tuning, see the mount command line arguments and use mount -o remount
to change them at run time.

These packages are being removed from rawhide and when eventually no
more Fedora releases contain them, we'll remove them from the upstream
source too.

Note that this change should not be propagated through to the stable
branches of Fedora.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
Steven Whitehouse 2011-05-25 13:21:41 +01:00
parent 8dda9735bd
commit db85757227

View File

@ -12,7 +12,7 @@
Name: gfs2-utils
Version: 3.1.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Kernel
Summary: Utilities for managing the global filesystem (GFS2)
@ -29,7 +29,7 @@ BuildRequires: corosynclib-devel
BuildRequires: clusterlib-devel
BuildRequires: openaislib-devel
BuildRequires: libtool
URL: http://sources.redhat.com/cluster/wiki/
URL: https://fedorahosted.org/cluster/wiki/HomePage
# The source for this package was pulled from the upstream git tree.
# Use the following commands to generate the tarball:
@ -54,6 +54,14 @@ rm -rf %{buildroot}
# gfs and group installed separately to avoid pulling in the docs
make -C gfs2 install DESTDIR=%{buildroot}
make -C group install DESTDIR=%{buildroot}
# Remove gfs2_quota and its man page (temporary)
rm -f %{buildroot}%{_mandir}/man8/gfs2_quota.8
rm -f %{buildroot}/usr/sbin/gfs2_quota
# End of temporary section (until gfs2_quota removed from source)
# Remove gfs2_tool and its man page (temporary)
rm -f %{buildroot}%{_mandir}/man8/gfs2_tool.8
rm -f %{buildroot}/usr/sbin/gfs2_tool
# End of temporary section (until gfs2_tool removed from source)
# Remove mount.gfs2 and its man page (temporary)
rm -f %{buildroot}%{_mandir}/man8/mount.gfs2.8
rm -f %{buildroot}/sbin/mount.gfs2
@ -129,6 +137,10 @@ fi
%{_mandir}/man8/gfs_control*
%changelog
* Wed May 25 2011 Steven Whitehouse <swhiteho@redhat.com> - 3.1.1-3
- Update wiki URL
- Remove gfs2_tool and gfs2_quota from package
* Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
- Bumping release number to keep upgrades consistent.