Compare commits

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

7 commits

Author SHA1 Message Date
Bob Peterson
17e0b6bfd4 * Fri Feb 25 2011 Bob Peterson <rpeterso@redhat.com> - 3.1.1-2
- Need to keep mount.gfs2 for f13
2011-02-25 10:25:15 -06:00
Bob Peterson
e570c0fb84 Merge branch 'master' into f14 2011-02-25 08:30:56 -06:00
Fabio M. Di Nitto
101c35b845 Merge branch 'master' into f14 2010-12-08 06:38:19 +01:00
Fabio M. Di Nitto
3738b4e2ed Merge branch 'master' into f14 2010-12-03 10:06:20 +01:00
Steven Whitehouse
b200eda2e5 Add sources file to gfs2-utils 2010-11-16 10:02:26 +00:00
Steven Whitehouse
a6aea143d9 Remove dead.package from gfs2-utils
Preparing to bring this package back.
2010-11-16 10:02:08 +00:00
Steven Whitehouse
8242261e62 Add new spec file so that we are ready to bring back gfs2-utils 2010-11-10 10:27:06 +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