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:
parent
1f6a3cacb1
commit
2176e5a32f
@ -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
|
Tue Aug 19 04:38:36 UTC 2014 - glin@suse.com
|
||||||
|
|
||||||
|
@ -165,6 +165,9 @@ for suffix in "${suffixes[@]}"; do
|
|||||||
cat hash1 hash2
|
cat hash1 hash2
|
||||||
if ! cmp -s hash1 hash2; then
|
if ! cmp -s hash1 hash2; then
|
||||||
echo "ERROR: $suffix binary changed, need to request new signature!"
|
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
|
mv shim.efi.bak shim-$suffix.efi
|
||||||
rm shim.efi
|
rm shim.efi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user