rpms/conman/devel conman.spec,1.5,1.6

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Jul 28 14:38:29 UTC 2006


Author: jwilson

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

Modified Files:
	conman.spec 
Log Message:
Properly enable smp_mflags this time


Index: conman.spec
===================================================================
RCS file: /cvs/extras/rpms/conman/devel/conman.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- conman.spec	28 Jul 2006 13:53:08 -0000	1.5
+++ conman.spec	28 Jul 2006 14:38:29 -0000	1.6
@@ -1,6 +1,6 @@
 Name:               conman
 Version:            0.1.9.2
-Release:            4%{?dist}
+Release:            5%{?dist}
 Summary:            ConMan - The Console Manager
 
 Group:              Applications/System
@@ -47,7 +47,7 @@
     Makefile.in
 
 %configure --with-tcp-wrappers
-make %{?smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,6 +98,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Fri Jul 28 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-5
+- Properly enable smp_mflags this time
+
 * Fri Jul 28 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-4
 - Add Reqs on chkconfig and service
 - Turn on smp_mflags




More information about the scm-commits mailing list