From de34a2e0be1c1a8add7a99cc2c7fd56c4a2f35a1 Mon Sep 17 00:00:00 2001 From: AlexChen Date: Tue, 27 Oct 2020 19:10:29 +0800 Subject: [PATCH] spec: remove useless BuildRequire python2 The build of the edk2 don't need python2 anymore, so remote it. Signed-off-by: AlexChen --- edk2.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/edk2.spec b/edk2.spec index a8f4996..ea35c58 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,7 +5,7 @@ Name: edk2 Version: %{stable_date} -Release: 4 +Release: 5 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 @@ -26,7 +26,7 @@ Patch0011: 0011-ArmVirtPkg-ArmVirtQemu-enable-the-DXE-phase-TPM2-sup.patch Patch0012: 0012-ArmVirtPkg-ArmVirtQemu-enable-the-TPM2-configuration.patch Patch0013: 0013-ArmVirtPkg-ArmVirtQemu-enable-TPM2-based-measured-bo.patch -BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm python2 +BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm python3-unversioned-command %description EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications. @@ -222,12 +222,18 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %changelog -* Thu Jul 31 2020 jiangfangjie - 202002-3 +* Tue Oct 27 2020 AlexChen - 202002-5 +- remove build requires of python2 + +* Mon Sep 28 2020 FangYing - 202002-4 +- update the Source0 to http url + +* Fri Jul 31 2020 jiangfangjie - 202002-3 - ArmVirtPkg/ArmVirtQemu: enable TPM2 based measured boot - ArmVirtPkg/ArmVirtQemu: enable the TPM2 configuration module * Mon Jul 27 2020 zhangxinhao - 202002-2 -- add build option "-D SECURE_BOOT_ENABLE=TRUE" to enable secure boot +- add build option "-D SECURE_BOOT_ENABLE=TRUE" to enable secure boot * Thu May 7 2020 openEuler Buildteam - 202002-1 - Update edk2 to stable202002 and OpenSSL to 1.1.1f -- Gitee