[patch/f13/master] Use smp_mflags correctly (bug #665770).

Tim Waugh twaugh at fedoraproject.org
Tue Jan 4 12:55:46 UTC 2011


commit d09d8af9637c87ca7f32af2d0a31007bdf7ad287
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jan 4 12:50:12 2011 +0000

    Use smp_mflags correctly (bug #665770).

 patch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/patch.spec b/patch.spec
index cbdec98..0acca9e 100644
--- a/patch.spec
+++ b/patch.spec
@@ -1,7 +1,7 @@
 Summary: Utility for modifying/upgrading files
 Name: patch
 Version: 2.6.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 URL: http://www.gnu.org/software/patch/patch.html
 Group: Development/Tools
@@ -42,7 +42,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
 %endif
 %configure
-make %{?smp_mflags}
+make %{?_smp_mflags}
 
 %check
 make check
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/*
 
 %changelog
+* Tue Jan  4 2011 Tim Waugh <twaugh at redhat.com> 2.6.1-5
+- Use smp_mflags correctly (bug #665770).
+
 * Mon Aug 16 2010 Tim Waugh <twaugh at redhat.com> 2.6.1-4
 - Another fix for the selinux patch (bug #618215).
 


More information about the scm-commits mailing list