Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Bob Peterson
56954c19e0 * Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
- Need to keep mount.gfs2 for f13
2011-02-25 10:06:41 -06:00
Bob Peterson
90429d87e5 Merge branch 'master' into f13 2011-02-25 08:57:11 -06:00
Fabio M. Di Nitto
d919f2fa88 Merge branch 'master' into f13 2010-12-08 06:47:51 +01:00
Fabio M. Di Nitto
e860cc02fd Merge branch 'master' into f13 2010-12-03 10:06:37 +01:00
Steven Whitehouse
dc7cc2cd4e Add sources file to gfs2-utils 2010-11-16 10:03:51 +00:00
Steven Whitehouse
23d205c74c Remove dead.package from gfs2-utils
Preparing to bring this package back.
2010-11-16 10:03:24 +00:00
Steven Whitehouse
427f43c783 Add new spec file so that we are ready to bring back gfs2-utils 2010-11-10 10:27:49 +00:00

View file

@ -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 <rpeterso@redhat.com> - 3.1.1-2
- Need to keep mount.gfs2 for f13
* Wed Feb 23 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-1
- gfs2_edit savemeta doesn't save all leafs for big directories
- gfs2_edit improvements