rpms/remctl/F-7 remctl.spec,1.1,1.2

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Thu Feb 28 16:32:20 UTC 2008


Author: sxw

Update of /cvs/pkgs/rpms/remctl/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24281/F-7

Modified Files:
	remctl.spec 
Log Message:
The build process isn't -j safe, so remove smpflags until this can be fixed.


Index: remctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/remctl/F-7/remctl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- remctl.spec	27 Jan 2008 20:57:16 -0000	1.1
+++ remctl.spec	28 Feb 2008 16:31:42 -0000	1.2
@@ -1,6 +1,6 @@
 Name: remctl
 Version: 2.11
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Client/server for Kerberos-authenticated command execution
 
 Group: Applications/Internet
@@ -49,7 +49,7 @@
 
 %build
 %configure --enable-perl --disable-static
-make %{?_smp_mflags}
+make
 
 
 %install
@@ -97,6 +97,9 @@
 %{_mandir}/man3/Net::Remctl*
 
 %changelog
+* Thu Feb 28 2008 Simon Wilkinson <simon at sxw.org.uk> 2.11-5
+- The build process isn't -j safe, so remove smpflags until this can be fixed.
+
 * Sat Jan 27 2008 Simon Wilkinson <simon at sxw.org.uk> 2.11-4
 - More changes to address review comments
 




More information about the fedora-extras-commits mailing list