From 3bd935ea7fd1278a800adef470584e046e109cc788d2abf26d81a2eba69ddd1e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 8 Aug 2014 13:19:04 +0000 Subject: [PATCH] Accepting request 243951 from home:lnussel:branches:devel:openSUSE:Factory - don't fail the build if the UEFI signing service signature can't be attached anymore. This way shim can still pass through staging projects. We will verify the correct signature for release builds using openQA instead. OBS-URL: https://build.opensuse.org/request/show/243951 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=78 --- shim.changes | 8 ++++++++ shim.spec | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/shim.changes b/shim.changes index 400bdd6..83dd4b7 100644 --- a/shim.changes +++ b/shim.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 8 11:18:36 UTC 2014 - lnussel@suse.de + +- don't fail the build if the UEFI signing service signature can't + be attached anymore. This way shim can still pass through staging + projects. We will verify the correct signature for release builds + using openQA instead. + ------------------------------------------------------------------- Mon Aug 4 07:53:22 UTC 2014 - mchang@suse.com diff --git a/shim.spec b/shim.spec index 68eb52b..6363fd4 100644 --- a/shim.spec +++ b/shim.spec @@ -197,11 +197,6 @@ for suffix in "${suffixes[@]}"; do cat hash1 hash2 if ! cmp -s hash1 hash2; then echo "ERROR: $suffix binary changed, need to request new signature!" - # don't fail in devel projects - prj="%{_project}" - if [ "${prj%%%:*}" = "openSUSE" -o "${prj%%%:*}" = "SUSE" ]; then - false - fi mv shim.efi.bak shim-$suffix.efi rm shim.efi else