From 4e8c8345acfde85a9a2bf66c476d452debb50f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 14 Dec 2010 15:46:52 +0100 Subject: [PATCH] Comment example quotatab to silent warnquota Warnquota tried to stat possibly non-existing /dev/hda4. --- quota.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/quota.spec b/quota.spec index f9e71fa..8988904 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: 4.00 -Release: 0.1.pre1%{?dist} +Release: 0.2.pre1%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base @@ -128,6 +128,10 @@ for F in Changelog; do mv "$F"{.utf8,} done +# Comment example /etc/quotatab to silent warnquota +sed -i -e '/^ *[^#]\{1,\}$/ s/^/#/' quotatab + + %build %configure \ --enable-ldapmail=try \ @@ -227,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 14 2010 Petr Pisar - 1:4.00-0.2.pre1 +- Comment example quotatab to silent warnquota + * Tue Nov 16 2010 Petr Pisar - 1:4.00-0.1.pre1 - 4.00-pre1 bump - Separate gettext catalogs becuase they are required by all binary sub-packages