diff --git a/quota-3.15-manpages.patch b/quota-3.15-manpages.patch new file mode 100644 index 0000000..dc0c7d2 --- /dev/null +++ b/quota-3.15-manpages.patch @@ -0,0 +1,63 @@ +diff -urNp quota-tools-orig/quota_nld.8 quota-tools/quota_nld.8 +--- quota-tools-orig/quota_nld.8 2007-06-18 15:47:03.000000000 +0200 ++++ quota-tools/quota_nld.8 2008-02-21 15:42:36.000000000 +0100 +@@ -8,9 +8,11 @@ quota_nld \- quota netlink message daemo + ] + .SH DESCRIPTION + .BR quota_nld +-is a daemon that listens on netlink socket and processes received quota +-warnings. The daemon supports forwarding warning messages to the system's +-DBUS and writing them to the terminal user has last accessed. ++is a daemon that listens on netlink socket and processes received quota ++warnings. Note, that you have to enable the kernel support for sending quota ++messages over netlink (in Filesystems->Quota menu). The daemon supports ++forwarding warning messages to the system's DBUS (so that desktop manager ++can display a dialog) and writing them to the terminal user has last accessed. + + .SH OPTIONS + .TP +diff -urNp quota-tools-orig/quotaon.8 quota-tools/quotaon.8 +--- quota-tools-orig/quotaon.8 2008-02-21 15:31:46.000000000 +0100 ++++ quota-tools/quotaon.8 2008-02-21 15:38:16.000000000 +0100 +@@ -200,4 +200,6 @@ default filesystems + .SH "SEE ALSO" + .BR quotactl (2), + .BR fstab (5), +-.BR repquota (8). ++.BR quota_nld (8), ++.BR repquota (8), ++.BR warnquota (8) +diff -urNp quota-tools-orig/quota.1 quota-tools/quota.1 +--- quota-tools-orig/quota.1 2007-06-20 15:57:10.000000000 +0200 ++++ quota-tools/quota.1 2008-02-21 15:39:08.000000000 +0100 +@@ -170,4 +170,6 @@ default filesystems + .BR edquota (8), + .BR quotacheck (8), + .BR quotaon (8), +-.BR repquota (8) ++.BR quota_nld (8), ++.BR repquota (8), ++.BR warnquota (8) +diff -urNp quota-tools-orig/repquota.8 quota-tools/repquota.8 +--- quota-tools-orig/repquota.8 2006-10-30 16:26:20.000000000 +0100 ++++ quota-tools/repquota.8 2008-02-21 15:36:14.000000000 +0100 +@@ -144,4 +144,6 @@ default set of groups + .BR edquota (8), + .BR quotacheck (8), + .BR quotaon (8), +-.BR setquota (8) ++.BR quota_nld (8), ++.BR setquota (8), ++.BR warnquota (8) +diff -urNp quota-tools-orig/warnquota.8 quota-tools/warnquota.8 +--- quota-tools-orig/warnquota.8 2006-05-13 03:05:24.000000000 +0200 ++++ quota-tools/warnquota.8 2008-02-21 15:34:47.000000000 +0100 +@@ -20,7 +20,7 @@ warnquota \- send mail to users over quo + ] + .SH DESCRIPTION + .B warnquota +-checks the disk quota for each filesystem and mails a warning ++checks the disk quota for each local filesystem and mails a warning + message to those users who have reached their softlimit. + It is typically run via + .BR cron (8). diff --git a/quota.spec b/quota.spec index 71ac095..5a05687 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: 3%{?dist} +Release: 4%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base @@ -19,6 +19,7 @@ Patch1: quota-3.06-no-stripping.patch Patch2: quota-3.06-man-page.patch Patch3: quota-3.06-pie.patch Patch4: quota-3.13-wrong-ports.patch +Patch5: quota-3.15-manpages.patch %description @@ -35,6 +36,7 @@ and limiting user and or group disk usage per filesystem. %patch3 -p1 %endif %patch4 -p1 +%patch5 -p1 %build @@ -84,6 +86,10 @@ rm -rf %{buildroot} %changelog +* Thu Feb 21 2008 Ondrej Vasik 3.15-4 +- added pointers to quota_nld and warnquota to some + manpages(upstream, #83975) + * Tue Feb 12 2008 Ondrej Vasik 3.15-3 - allow to build with rpcsetquota enabled(disabled by default, #159292)