Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56954c19e0 | ||
|
|
90429d87e5 | ||
|
|
d919f2fa88 | ||
|
|
e860cc02fd | ||
|
|
dc7cc2cd4e | ||
|
|
23d205c74c | ||
|
|
427f43c783 |
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue