From 8ca4ecb040fd8e3dc45eca6195a308c6927d89ea Mon Sep 17 00:00:00 2001 From: modric Date: Thu, 19 May 2022 01:46:35 +0000 Subject: [PATCH] change requires for secGear --- secGear.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/secGear.spec b/secGear.spec index a6934da..d256982 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 24 +Release: 25 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -66,7 +66,7 @@ BUildRequires: itrustee_sdk Requires: rsyslog %ifarch x86_64 -Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin +Requires: linux-sgx-driver libsgx-launch libsgx-urts libsgx-aesm-launch-plugin %else Requires: itrustee_sdk %endif @@ -172,6 +172,9 @@ popd systemctl restart rsyslog %changelog +* Thu May 19 2022 wangyu - 0.1.0-25 +- DESC: change requires for secGear + * Thu Apr 28 2022 gaoyusong - 0.1.0-24 - DESC: backport some patches from openEuler -- Gitee