From 443a54162f635384445c416e6909b45d42663a86 Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Wed, 27 Mar 2024 10:26:41 +0800 Subject: [PATCH] change the version of requires-OpenSSL --- secGear.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/secGear.spec b/secGear.spec index 6930488..17108e8 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 38 +Release: 39 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -82,14 +82,14 @@ Patch69: 0070-sign-tool-add-invalid-param-verify.patch Patch70: 0071-adapt-report-with-request-key.patch BuildRequires: gcc python automake autoconf libtool -BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ compat-openssl11-libs compat-openssl11-devel +BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ openssl-libs openssl-devel %ifarch x86_64 BUildRequires: sgxsdk libsgx-launch libsgx-urts intel-sgx-ssl-devel %else BUildRequires: itrustee_sdk itrustee_sdk-devel %endif -Requires: rsyslog compat-openssl11-libs +Requires: rsyslog openssl-libs %ifarch x86_64 Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin intel-sgx-ssl %else @@ -211,6 +211,9 @@ popd systemctl restart rsyslog %changelog +* Wed Mar 27 2024 zhengxiaoxiao - 0.1.0-39 +- change the version of requires-OpenSSL + * Wed Sep 13 2023 wangqingsan - 0.1.0-38 - synchronous features -- Gitee