From 354cfb413b38693073626083b9aac97f277d456f Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 3 Apr 2023 15:30:10 +0800 Subject: [PATCH] remove unnecessary BuildRequires Signed-off-by: Chunmei Xu --- shim-unsigned-aarch64.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shim-unsigned-aarch64.spec b/shim-unsigned-aarch64.spec index 1912a39..4cc6fbe 100644 --- a/shim-unsigned-aarch64.spec +++ b/shim-unsigned-aarch64.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pesign_vre 0.106-1 %global openssl_vre 1.0.2j @@ -33,7 +33,6 @@ BuildRequires: elfutils-libelf-devel BuildRequires: git openssl-devel openssl BuildRequires: pesign >= %{pesign_vre} BuildRequires: dos2unix findutils -BuildRequires: binutils-arm-linux-gnu gcc-arm-linux-gnu Provides: bundled(openssl) = %{openssl_vre} @@ -117,6 +116,9 @@ cd .. %files debugsource -f build-%{efiarch}/debugsource.list %changelog +* Mon Apr 03 2023 Chunmei Xu - 15.6-2 +- remove unnecessary BuildRequires + * Mon Jan 16 2023 Guyu Wang - 15.6-1 - update to 15.7 -- Gitee