From 877a8b9828dfeba807ee7c980ad580372d7a180f65cb19ab4cc8d8cbdd63d2b0 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Wed, 4 Nov 2020 06:15:49 +0000 Subject: [PATCH] Accepting request 845885 from home:gary_lin:branches:devel:openSUSE:Factory - Disable the signature attachment for AArch64 temporarily until we get a real one. OBS-URL: https://build.opensuse.org/request/show/845885 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=169 --- shim.changes | 6 ++++++ shim.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/shim.changes b/shim.changes index 8d944ab..a3fb48c 100644 --- a/shim.changes +++ b/shim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 4 05:53:35 UTC 2020 - Gary Ching-Pang Lin + +- Disable the signature attachment for AArch64 temporarily until + we get a real one. + ------------------------------------------------------------------- Mon Nov 2 06:52:13 UTC 2020 - Gary Ching-Pang Lin diff --git a/shim.spec b/shim.spec index e19268e..9962037 100644 --- a/shim.spec +++ b/shim.spec @@ -195,7 +195,9 @@ for suffix in "${suffixes[@]}"; do signature=%{SOURCE1} %else # AArch64 signature - signature=%{SOURCE12} + # Disable AArch64 signature attachment temporarily + # until we get a real one. + #signature=%{SOURCE12} %endif elif test "$suffix" = "sles"; then cert=%{SOURCE4} @@ -204,7 +206,9 @@ for suffix in "${suffixes[@]}"; do signature=%{SOURCE11} %else # AArch64 signature - signature=%{SOURCE13} + # Disable AArch64 signature attachment temporarily + # until we get a real one. + #signature=%{SOURCE13} %endif elif test "$suffix" = "devel"; then cert=%{_sourcedir}/_projectcert.crt