From 1a3d3735bc87e69e933b734376fec207e892f070 Mon Sep 17 00:00:00 2001 From: zgzxx Date: Fri, 2 Jul 2021 09:38:10 +0800 Subject: [PATCH] add buildrequires openssl for x86 (cherry picked from commit 808e317d1b0d1e98e92adb14772b1f939c77b063) --- secGear.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/secGear.spec b/secGear.spec index c95bbcd..f7bd727 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -52,7 +52,7 @@ Patch38: 0039-clean-memory-when-it-come-to-error_handle.patch BuildRequires: gcc python automake autoconf libtool BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ %ifarch x86_64 -BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts +BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts openssl %else BUildRequires: itrustee_sdk %endif @@ -160,6 +160,9 @@ popd %endif %changelog +* Fri Jul 2 2021 zhangguangzhi - 0.1.0-19 +- DESC: add buildrequires openssl for x86 + * Tue Jun 29 2021 zhangguangzhi - 0.1.0-18 - DESC: add some buildrequires gcc-c++ rpm -- Gitee