Accepting request 247405 from home:lnussel:branches:devel:openSUSE:Factory

- re-introduce build failure if shim_enforce_ms_signature is defined. That way
  a project like openSUSE:Factory can decide whether or not shim needs a valid
  MS signature.

OBS-URL: https://build.opensuse.org/request/show/247405
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=86
This commit is contained in:
Stephan Kulow 2014-09-03 13:40:07 +00:00 committed by Git OBS Bridge
parent 1f6a3cacb1
commit 2176e5a32f
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 3 12:32:25 UTC 2014 - lnussel@suse.de
- re-introduce build failure if shim_enforce_ms_signature is defined. That way
a project like openSUSE:Factory can decide whether or not shim needs a valid
MS signature.
-------------------------------------------------------------------
Tue Aug 19 04:38:36 UTC 2014 - glin@suse.com

View File

@ -165,6 +165,9 @@ for suffix in "${suffixes[@]}"; do
cat hash1 hash2
if ! cmp -s hash1 hash2; then
echo "ERROR: $suffix binary changed, need to request new signature!"
%if %{defined shim_enforce_ms_signature}
false
%endif
mv shim.efi.bak shim-$suffix.efi
rm shim.efi
else