rpms/quota/devel quota.spec,1.39,1.40

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Mar 6 07:13:07 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/quota/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3695

Modified Files:
	quota.spec 
Log Message:
added symbolic link for quotaoff man page + don't ship xqmstats.8 man page (#436100,#436110)


Index: quota.spec
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- quota.spec	21 Feb 2008 15:08:54 -0000	1.39
+++ quota.spec	6 Mar 2008 07:12:32 -0000	1.40
@@ -5,7 +5,7 @@
 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 @@
 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 @@
 
 
 %changelog
+* Thu Mar  6 2008 Ondrej Vasik <ovasik at 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 at redhat.com> 3.15-4
 - added pointers to quota_nld and warnquota to some 
   manpages(upstream, #83975)




More information about the fedora-extras-commits mailing list