[shim/f19] Don't allow mmx or sse during compilation.

Peter Jones pjones at fedoraproject.org
Fri Jun 7 18:27:33 UTC 2013


commit 345b99e1f9eb90862a9a0bbfafb5c1c6e1faf779
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Jun 7 14:27:12 2013 -0400

    Don't allow mmx or sse during compilation.

 shim.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/shim.spec b/shim.spec
index 8fd4479..420b79e 100644
--- a/shim.spec
+++ b/shim.spec
@@ -1,6 +1,6 @@
 Name:           shim
 Version:        0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        First-stage UEFI bootloader
 
 License:        BSD
@@ -23,11 +23,13 @@ Source2:	http://www.codon.org.uk/~mjg59/mokutil/mokutil-%{mokutilver}.tar.bz2
 Source3:	dbx.esl
 
 Patch0:		0001-Fix-grub-path.patch
+Patch1:		0001-Don-t-use-MMX-and-SSE-registers-they-aren-t-initiali.patch
 Patch2:		mokutil-correct-moklistrt-size.patch
+Patch3:		0001-EFI_PXE_BASE_CODE_DHCPV6_PACKET-is-in-gnu-efi-3.0t.patch
 
 BuildRequires: gnu-efi git openssl-devel openssl
 BuildRequires: pesign >= 0.104-1
-BuildRequires: gnu-efi >= 3.0s
+BuildRequires: gnu-efi >= 3.0t
 
 # Shim uses OpenSSL, but cannot use the system copy as the UEFI ABI is not
 # compatible with SysV (there's no red zone under UEFI) and there isn't a
@@ -114,6 +116,9 @@ install -D -d -m 0755 $RPM_BUILD_ROOT/usr/lib/debug/boot/efi/EFI/%{efidir}/MokMa
 /usr/share/man/man1/mokutil.1.gz
 
 %changelog
+* Fri Jun 07 2013 Peter Jones <pjones at redhat.com> - 0.3-2
+- Don't allow mmx or sse during compilation.
+
 * Wed Dec 12 2012 Peter Jones <pjones at redhat.com> - 0.2-3
 - Fix mokutil's idea of signature sizes.
 


More information about the scm-commits mailing list