diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 0ecce75..0f65790 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -12,7 +12,7 @@ Name: gfs2-utils Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Kernel Summary: Utilities for managing the global filesystem (GFS2) @@ -54,10 +54,6 @@ 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 mount.gfs2 and its man page (temporary) -rm -f %{buildroot}%{_mandir}/man8/mount.gfs2.8 -rm -f %{buildroot}/sbin/mount.gfs2 -# End of temporary section (until mount.gfs2 removed from source) install -D -m 0755 ./gfs2/init.d/gfs2 %{buildroot}%{_sysconfdir}/rc.d/init.d/gfs2 install -D -m 0755 ./gfs2/init.d/gfs2-cluster %{buildroot}%{_sysconfdir}/rc.d/init.d/gfs2-cluster @@ -67,7 +63,7 @@ rm -rf %{buildroot} %description -n gfs2-utils The gfs2-utils package contains a number of utilities for creating, -checking, modifying, and correcting any inconsistencies in GFS2 +mounting, checking, modifying, and correcting any inconsistencies in GFS2 filesystems. This package can be used standalone for single node GFS2 filesystems, @@ -129,6 +125,9 @@ fi %{_mandir}/man8/gfs_control* %changelog +* Fri Feb 25 2011 Bob Peterson - 3.1.1-2 +- Need to keep mount.gfs2 for f13 + * Wed Feb 23 2011 Bob Peterson - 3.1.1-1 - gfs2_edit savemeta doesn't save all leafs for big directories - gfs2_edit improvements