[shim-signed] Actually include *all* the .efi files on all arches as sources.

Peter Jones pjones at fedoraproject.org
Fri Oct 24 22:37:43 UTC 2014


commit f3f92f248a87e30d026bd48df28ff6f4a7a105bf
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Oct 24 18:37:36 2014 -0400

    Actually include *all* the .efi files on all arches as sources.
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 shim-signed.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shim-signed.spec b/shim-signed.spec
index 0941566..dd2bb1a 100644
--- a/shim-signed.spec
+++ b/shim-signed.spec
@@ -8,14 +8,14 @@ Provides:	shim = %{version}-%{release}
 License:        BSD
 URL:            http://www.codon.org.uk/~mjg59/shim/
 Source0:	BOOT.CSV
+Source1:	shimx64.efi
+Source2:	shimaa64.efi
 %ifarch x86_64
 %global efiarch X64
-Source1:	shimx64.efi
 %global shimsrc %{SOURCE1}
 %endif
 %ifarch aarch64
 %global efiarch AA64
-Source2:	shimaa64.efi
 %global shimsrc %{SOURCE2}
 %endif
 


More information about the scm-commits mailing list