diff --git a/linux-sgx.spec b/linux-sgx.spec index f0b25438a679865f966ea805ad2afdca6bf1da06..215fec0edfdda1a8e32ead1f13f31d92c0902a82 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11.100 -Release: 7 +Release: 8 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -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-c++ protobuf-devel libtool ocaml-ocamlbuild openssl-devel cmake python3-unversioned-command curl-devel createrepo_c git Requires: glibc @@ -905,11 +905,14 @@ fi %files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service %changelog +* Thu Jul 1 2021 chenmaodong - 2.11.100-8 +- add buildrequires to linux-sgx + * Fri Apr 9 2021 chenmaodong - 2.11.100-7 -- rewrite spec +- build with debuginfo package * Tue Mar 9 2021 chenmaodong - 2.11.100-6 -- rewrite spec +- fix aesmd service start error * Mon Mar 8 2021 chenmaodong - 2.11.100-5 - rewrite spec