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