Mark aarch64 shim as signed in macroses

This commit is contained in:
Andrew Lukoshko 2024-07-26 09:10:42 +00:00
parent 2da3f78046
commit 81dba7a6ac

View File

@ -189,7 +189,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