rpms/quota/devel quota.spec,1.36,1.37

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Tue Feb 12 12:13:25 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/quota/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28713

Modified Files:
	quota.spec 
Log Message:
gcc43 rebuild + option for remote set quota in spec(disabled by default) #159292


Index: quota.spec
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- quota.spec	25 Jan 2008 18:11:06 -0000	1.36
+++ quota.spec	12 Feb 2008 12:12:47 -0000	1.37
@@ -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 @@
 
 %build
 %configure \
-	--with-ext2direct=no --enable-rootsbin
+	--with-ext2direct=no \
+%if %{rpcsetquota}
+  --enable-rpcsetquota=yes \
+%endif
+  --enable-rootsbin 
 make
 
 
@@ -77,6 +84,11 @@
 
 
 %changelog
+* Tue Feb 12 2008 Ondrej Vasik <ovasik at redhat.com> 3.15-3
+- allow to build with rpcsetquota enabled(disabled by
+  default, #159292)
+- rebuild for gcc43
+
 * Thu Jan 24 2008 Steve Dickson <SteveD at RedHat.com> 3.15-2
 - More review comments:
     - BuiltPreReq to BuiltReq




More information about the fedora-extras-commits mailing list