diff --git a/quota.spec b/quota.spec index 9d1352a..672c3e0 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: 5%{?dist} +Release: 6%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base @@ -41,7 +41,7 @@ and limiting user and or group disk usage per filesystem. %build %configure \ - --with-ext2direct=no \ + --enable-ldapmail=try \ %if %{rpcsetquota} --enable-rpcsetquota=yes \ %endif @@ -89,6 +89,12 @@ rm -rf %{buildroot} %changelog +* Wed Mar 12 2008 Ondrej Vasik 3.15-6 +- added enable-ldapmail=try option(wonder how #133207 + got closed by FC-4 without it or warnquota.conf change) +- dropped with-ext2direct=no option - this option is + invalid and original bug was fixed in 3.07 + * Thu Mar 6 2008 Ondrej Vasik 3.15-5 - added symbolic link for quotaoff man page(#436110) - don't ship xqmstats.8 man page as we don't ship those