From 92dbf7ed3399109c0b27b58be880e399efdb3298 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 21 Jun 2012 11:04:53 -0400 Subject: [PATCH] Do not build with smp flags. --- pesign.spec | 7 +++++-- 1 file 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} - 0.2-4 +- Do not build with smp flags. + * Thu Jun 21 2012 Peter Jones - 0.2-3 - Make it build on i686, though it's unclear it'll ever be necessary.