rpms/rsyslog/devel rsyslog.spec,1.67,1.68

Tomas Heinrich theinric at fedoraproject.org
Wed Feb 10 10:44:47 UTC 2010


Author: theinric

Update of /cvs/extras/rpms/rsyslog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11756

Modified Files:
	rsyslog.spec 
Log Message:
remove '_smp_mflags' make argument




Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/rsyslog.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- rsyslog.spec	8 Feb 2010 15:42:48 -0000	1.67
+++ rsyslog.spec	10 Feb 2010 10:44:46 -0000	1.68
@@ -4,7 +4,7 @@
 Summary: Enhanced system logging and kernel message trapping daemons
 Name: rsyslog
 Version: 4.4.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -103,7 +103,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DSYSLOGD_
 		--enable-relp \
 		--enable-gnutls \
 		--enable-unlimited-select
-make %{?_smp_mflags}
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -198,6 +198,10 @@ fi	
 %{_libdir}/rsyslog/lmnsd_gtls.so
 
 %changelog
+* Wed Feb 10 2010 Tomas Heinrich <theinric at redhat.com> 4.4.2-5
+- remove '_smp_mflags' make argument as it seems to be
+  producing corrupted builds
+
 * Mon Feb 08 2010 Tomas Heinrich <theinric at redhat.com> 4.4.2-4
 - redefine _libdir as it doesn't use _exec_prefix
 



More information about the scm-commits mailing list