!53 【轻量级 PR】:Add BuildRequires on the arrch64

From: @jinlun123123 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-11-11 02:54:07 +00:00 committed by Gitee
commit 6b354f7147
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,7 +22,7 @@
Name: shim Name: shim
Version: 15.6 Version: 15.6
Release: 3 Release: 4
Summary: First-stage UEFI bootloader Summary: First-stage UEFI bootloader
ExclusiveArch: x86_64 aarch64 ExclusiveArch: x86_64 aarch64
License: BSD License: BSD
@ -39,6 +39,9 @@ Patch9003:Feature-shim-cryptlib-support-sm2-signature-verify.patch
Patch9004:Feature-shim-support-sm2-and-sm3-algorithm.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 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 Requires: dbxtool efi-filesystem mokutil
Provides: bundled(openssl) = 1.0.2j Provides: bundled(openssl) = 1.0.2j
Provides: shim-%{efi_arch} Provides: shim-%{efi_arch}
@ -141,6 +144,9 @@ cd ..
/usr/src/debug/%{name}-%{version}-%{release}/* /usr/src/debug/%{name}-%{version}-%{release}/*
%changelog %changelog
* Thu Nov 10 2022 jinlun <jinlun@huawei.com> - 15.6-4
- Add BuildRequires on the arrch64
* Tue Nov 8 2022 luhuaxin <luhuaxin1@huawei.com> - 15.6-3 * Tue Nov 8 2022 luhuaxin <luhuaxin1@huawei.com> - 15.6-3
- Optimize patches for SMx feature - Optimize patches for SMx feature