From 15cbb56f61dd4d5a4b909eec0b7d41f970eee538 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Thu, 4 Feb 2021 09:41:56 +0800 Subject: [PATCH] fix python3-unversioned-command unresolvable problem Signed-off-by: chenmaodong --- linux-sgx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 6a3c0d2..b02427c 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11 -Release: 2 +Release: 3 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD License @@ -19,7 +19,7 @@ Source9: https://download.01.org/intel-sgx/sgx-dcap/1.8/linux/prebuilt_dc Patch0: 0001-fix-error-for-openeuler-building.patch Patch1: 0001-fix-building-error-for-systemd.patch -BuildRequires: gcc protobuf-devel libtool ocaml-ocamlbuild openssl-devel cmake python3-unversioned-command curl-devel createrepo_c +BuildRequires: gcc protobuf-devel libtool ocaml-ocamlbuild openssl-devel cmake python curl-devel createrepo_c Requires: glibc @@ -89,6 +89,9 @@ rm -rf /opt/sgx_linux_x64_sdk_2.11.100.2.bin %changelog +* Thu Feb 4 2021 chenmaodong - 2.11-3 +- fix python-unversioned-command unresolvable + * Mon Jan 18 2021 chenmaodong - 2.11-2 - fix arm building error -- Gitee