diff --git a/quota.spec b/quota.spec index 3e93423..65e7325 100644 --- a/quota.spec +++ b/quota.spec @@ -5,7 +5,7 @@ Name: quota Summary: System administration tools for monitoring users' disk usage Epoch: 1 Version: 3.17 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base @@ -84,8 +84,10 @@ rm -f %{buildroot}%{_sbindir}/quot rm -f %{buildroot}%{_sbindir}/xqmstats rm -f %{buildroot}%{_mandir}/man8/quot.* rm -f %{buildroot}%{_mandir}/man8/xqmstats.* -ln -sf ./quotaon.8 \ +ln -s quotaon.8.gz \ %{buildroot}%{_mandir}/man8/quotaoff.8 +ln -s rquotad.8.gz \ + %{buildroot}%{_mandir}/man8/rpc.rquotad.8 %find_lang %{name} @@ -110,6 +112,9 @@ rm -rf %{buildroot} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Fri Aug 28 2009 Ondrej Vasik 1:3.17-6 +- symlink manpage for rpc.rquotad + * Sun Jul 26 2009 Fedora Release Engineering - 1:3.17-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild