[shim-signed] Actually let it build on aarch64

Peter Jones pjones at fedoraproject.org
Mon Oct 27 13:50:27 UTC 2014


commit 094716470f68efbcf8650c561199f9be127be158
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Oct 27 09:50:16 2014 -0400

    Actually let it build on aarch64
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 shim-signed.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/shim-signed.spec b/shim-signed.spec
index dd2bb1a..633a235 100644
--- a/shim-signed.spec
+++ b/shim-signed.spec
@@ -19,8 +19,6 @@ Source2:	shimaa64.efi
 %global shimsrc %{SOURCE2}
 %endif
 
-
-
 BuildRequires: shim-unsigned = %{unsignedver}
 BuildRequires: pesign >= 0.100-1%{dist}
 
@@ -33,7 +31,7 @@ Provides: bundled(openssl) = 0.9.8zb
 # Shim is only required on platforms implementing the UEFI secure boot
 # protocol. The only one of those we currently wish to support is 64-bit x86.
 # Adding further platforms will require adding appropriate relocation code.
-ExclusiveArch: x86_64
+ExclusiveArch: x86_64 aarch64
 
 %global debug_package %{nil}
 


More information about the scm-commits mailing list