!4 修复linux-sgx编译依赖错误

From: @chenmaodong
Reviewed-by: @blue0613
Signed-off-by: @blue0613
This commit is contained in:
openeuler-ci-bot 2021-02-04 09:54:49 +08:00 committed by Gitee
commit bf217df0b0

View File

@ -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 <chenmaodong@huawei.com> - 2.11-3
- fix python-unversioned-command unresolvable
* Mon Jan 18 2021 chenmaodong <chenmaodong@huawei.com> - 2.11-2
- fix arm building error