diff --git a/edk2.spec b/edk2.spec index 8b586f0da19082bdea6c0e8fd16084d849ae9605..30d808a176b6747da8001272380e079128a5a360 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,7 +5,7 @@ Name: edk2 Version: %{stable_date} -Release: 5 +Release: 6 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 @@ -18,7 +18,7 @@ Patch4: 0004-CryptoPkg-OpensslLib.inf-list-OpenSSL-local-header-m.patch # This patch is an openssl upstream patch to fix build error Patch5: 0005-crypto-threads_none.c-fix-syntax-error-in-openssl_ge.patch -BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm +BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm python2 %description EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications. @@ -210,6 +210,9 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %changelog +* Sat Feb 22 2020 openEuler Buildteam - 201908-6 +- add build requires of python2 + * Mon Dec 30 2019 Heyi Guo - 201908-5 - Upgrade openssl to 1.1.1d