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.