added symbolic link for quotaoff man page + don't ship xqmstats.8 man page

(#436100,#436110)
This commit is contained in:
Ondrej Vasik 2008-03-06 07:12:32 +00:00
parent a1c35b6c63
commit a229abb0d8

View File

@ -5,7 +5,7 @@ Name: quota
Summary: System administration tools for monitoring users' disk usage
Epoch: 1
Version: 3.15
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD and GPLv2+
URL: http://sourceforge.net/projects/linuxquota/
Group: System Environment/Base
@ -64,6 +64,9 @@ install -m 644 warnquota.conf %{buildroot}%{_sysconfdir}
rm -f %{buildroot}%{_sbindir}/quot
rm -f %{buildroot}%{_sbindir}/xqmstats
rm -f %{buildroot}%{_mandir}/man8/quot.*
rm -f %{buildroot}%{_mandir}/man8/xqmstats.*
ln -s %{_mandir}/man8/quotaon.8 \
%{buildroot}%{_mandir}/man8/quotaoff.8
%find_lang %{name}
@ -86,6 +89,11 @@ rm -rf %{buildroot}
%changelog
* Thu Mar 6 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-5
- added symbolic link for quotaoff man page(#436110)
- don't ship xqmstats.8 man page as we don't ship those
binaries(#436100)
* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-4
- added pointers to quota_nld and warnquota to some
manpages(upstream, #83975)