diff --git a/quota-3.16-rquotad3Ninconsistency.patch b/quota-3.16-rquotad3Ninconsistency.patch new file mode 100644 index 0000000..d3968d4 --- /dev/null +++ b/quota-3.16-rquotad3Ninconsistency.patch @@ -0,0 +1,21 @@ +diff -urNp quota-tools-orig/rquotad.8 quota-tools/rquotad.8 +--- quota-tools-orig/rquotad.8 2007-08-27 14:46:50.000000000 +0200 ++++ quota-tools/rquotad.8 2008-12-08 14:04:25.000000000 +0100 +@@ -19,7 +19,7 @@ rquotad, rpc.rquotad \- remote quota ser + .IX "remote procedure call services" "rquotad" "" "\fLrquotad\fP \(em remote quota server" + .B rquotad + is an +-.BR rpc (3N) ++.BR rpc (3) + server which returns quotas for a user of a local filesystem + which is mounted by a remote machine over the + .SM NFS\s0. +@@ -89,7 +89,7 @@ default filesystems + .PD + .SH "SEE ALSO" + .BR quota (1), +-.BR rpc (3N), ++.BR rpc (3), + .BR nfs (5), + .BR services (5), + .BR inetd (8) diff --git a/quota.spec b/quota.spec index e0f85d5..4766857 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.16 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base @@ -24,6 +24,7 @@ Patch6: quota-3.16-helpoption.patch Patch7: quota-3.16-upstreampatches.patch Patch8: quota-3.16-ext4support.patch Patch9: quota-3.16-quotaoffhelp.patch +Patch10: quota-3.16-rquotad3Ninconsistency.patch %description The quota package contains system administration tools for monitoring @@ -56,6 +57,7 @@ on remote machines. %patch7 -p1 %patch8 -p1 -b .ext4 %patch9 -p1 -b .usage +%patch10 -p1 -b .3N #fix typos/mistakes in localized documentation for pofile in $(find ./po/*.p*) @@ -115,6 +117,10 @@ rm -rf %{buildroot} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Mon Dec 08 2008 Ondrej Vasik 1:3.16-8 +- fix documentation inconsistency (now rpc(3) instead of + rpc(3N) in rquotad manpage) (#474836) + * Fri Nov 14 2008 Ondrej Vasik 1:3.16-7 - fix quotaoff --help output (was same as quotaon output)