[pesign] Do not build with smp flags.

Peter Jones pjones at fedoraproject.org
Thu Jun 21 15:04:57 UTC 2012


commit 92dbf7ed3399109c0b27b58be880e399efdb3298
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Jun 21 11:04:53 2012 -0400

    Do not build with smp flags.

 pesign.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pesign.spec b/pesign.spec
index c6ce0e7..3458eab 100644
--- a/pesign.spec
+++ b/pesign.spec
@@ -1,7 +1,7 @@
 Summary: Signing utility for UEFI binaries
 Name: pesign
 Version: 0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/System
 License: GPLv2
 URL: https://github.com/vathpela/pesign
@@ -31,7 +31,7 @@ git commit -a -q -m "%{version} baseline."
 git am %{patches} </dev/null
 
 %build
-make PREFIX=/usr %{?_smp_mflags}
+make PREFIX=/usr
 
 %install
 rm -rf %{buildroot}
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %attr(0700,root,root) /etc/pki/pesign
 
 %changelog
+* Thu Jun 21 2012 Peter Jones <pjones at redhat.com> - 0.2-4
+- Do not build with smp flags.
+
 * Thu Jun 21 2012 Peter Jones <pjones at redhat.com> - 0.2-3
 - Make it build on i686, though it's unclear it'll ever be necessary.
 


More information about the scm-commits mailing list