diff --git a/quota.spec b/quota.spec index 53536dc..4a27c53 100644 --- a/quota.spec +++ b/quota.spec @@ -1,3 +1,6 @@ +#allow remote set quota by defined rpcsetquota to 1(disabled by default) +%{!?rpcsetquota:%define rpcsetquota 0} + Name: quota Summary: System administration tools for monitoring users' disk usage Epoch: 1 @@ -36,7 +39,11 @@ and limiting user and or group disk usage per filesystem. %build %configure \ - --with-ext2direct=no --enable-rootsbin + --with-ext2direct=no \ +%if %{rpcsetquota} + --enable-rpcsetquota=yes \ +%endif + --enable-rootsbin make @@ -77,6 +84,11 @@ rm -rf %{buildroot} %changelog +* Tue Feb 12 2008 Ondrej Vasik 3.15-3 +- allow to build with rpcsetquota enabled(disabled by + default, #159292) +- rebuild for gcc43 + * Thu Jan 24 2008 Steve Dickson 3.15-2 - More review comments: - BuiltPreReq to BuiltReq