From f5ec1e46d9242cdff2c49d56c585be107eb7e158 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 10 Nov 2022 12:40:37 +0000 Subject: [PATCH] Add BuildRequires on the arrch64 Signed-off-by: jinlun --- shim.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shim.spec b/shim.spec index ef474bd..c7c60a6 100644 --- a/shim.spec +++ b/shim.spec @@ -22,7 +22,7 @@ Name: shim Version: 15.6 -Release: 3 +Release: 4 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -39,6 +39,9 @@ Patch9003:Feature-shim-cryptlib-support-sm2-signature-verify.patch Patch9004:Feature-shim-support-sm2-and-sm3-algorithm.patch BuildRequires: elfutils-libelf-devel openssl-devel openssl git pesign gnu-efi gnu-efi-devel gcc +%ifarch aarch64 +BuildRequires: binutils >= 2.37-7 +%endif Requires: dbxtool efi-filesystem mokutil Provides: bundled(openssl) = 1.0.2j Provides: shim-%{efi_arch} @@ -141,6 +144,9 @@ cd .. /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Thu Nov 10 2022 jinlun - 15.6-4 +- Add BuildRequires on the arrch64 + * Tue Nov 8 2022 luhuaxin - 15.6-3 - Optimize patches for SMx feature -- Gitee