From db857572274e8f7423de1ac02959e7e9fb4abe91 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Wed, 25 May 2011 13:21:41 +0100 Subject: [PATCH] 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 --- gfs2-utils.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 1da14b9..42c8ca5 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -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 - 3.1.1-3 +- Update wiki URL +- Remove gfs2_tool and gfs2_quota from package + * Fri Feb 25 2011 Bob Peterson - 3.1.1-2 - Bumping release number to keep upgrades consistent.