From a229abb0d83d6db3a2f392d3966a3a58f99d5d34 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Thu, 6 Mar 2008 07:12:32 +0000 Subject: [PATCH] added symbolic link for quotaoff man page + don't ship xqmstats.8 man page (#436100,#436110) --- quota.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/quota.spec b/quota.spec index 5a05687..9d1352a 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.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 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 3.15-4 - added pointers to quota_nld and warnquota to some manpages(upstream, #83975)