Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d30e57e3f |
3 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/gfs2-utils-3.1.0.tar.gz
|
||||
/gfs2-utils-3.1.1.tar.gz
|
||||
/gfs2-utils-3.1.2.tar.gz
|
||||
/gfs2-utils-3.1.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
###############################################################################
|
||||
|
||||
Name: gfs2-utils
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Kernel
|
||||
|
|
@ -56,6 +56,7 @@ 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}
|
||||
make -C po 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
|
||||
|
|
@ -70,6 +71,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
|
||||
# This errors out when there are no translations, uncomment it when we have some
|
||||
#%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
|
@ -94,6 +97,8 @@ if [ "$1" = 0 ]; then
|
|||
fi
|
||||
exit 0
|
||||
|
||||
# This errors out when there are no translations, uncomment it when we have some
|
||||
#%files -n gfs2-utils -f ${name}.lang
|
||||
%files -n gfs2-utils
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence doc/*.txt
|
||||
|
|
@ -139,6 +144,12 @@ fi
|
|||
%{_mandir}/man8/gfs_control*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2011 Andrew Price <anprice@redhat.com> - 3.1.3-1
|
||||
- New upstream release
|
||||
Bugfixes and improvements to fsck.gfs2
|
||||
Fixes various other bugs
|
||||
Improve strings and translation support
|
||||
|
||||
* Wed Jul 06 2011 Andrew Price <anprice@redhat.com> - 3.1.2-1
|
||||
- New upstream release
|
||||
Fixes several bugs
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
79d6bdc903d4e14d688ffd1871a6ede0 gfs2-utils-3.1.2.tar.gz
|
||||
9b385f7ddc49f18268f9b59866319e8b gfs2-utils-3.1.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue