Mark aarch64 shim as signed in macroses

This commit is contained in:
Andrew Lukoshko 2024-07-26 09:09:09 +00:00
parent 0bb486e1b6
commit 7e2f68b25e

View File

@ -197,7 +197,7 @@ install -m 0700 fb%{-a*}.efi \\\
%global provide_legacy_shim 1
%endif
%ifarch aarch64
%global is_signed no
%global is_signed yes
%global is_alt_signed no
%global provide_legacy_shim 1
%endif