From db4697595499365fc856f9613aab325e6e62634a Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Wed, 10 Mar 2021 16:16:56 +0800 Subject: [PATCH] change requires from linux-sgx-sdk to sgxsdk Signed-off-by: chenmaodong (cherry picked from commit 5e0a9a56b036f78d93a95a152597e29064f124a8) --- secGear.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/secGear.spec b/secGear.spec index 4ab9905..ecb1ae0 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features ExclusiveArch: x86_64 @@ -21,13 +21,13 @@ Patch7: 0008-modify-path-error.patch BuildRequires: gcc python3 automake autoconf libtool BUildRequires: glibc glibc-devel %ifarch x86_64 -BUildRequires: linux-sgx-driver linux-sgx-sdk libsgx-launch libsgx-urts +BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts %endif BUildRequires: cmake ocaml-dune Requires: rsyslog %ifarch x86_64 -Requires: linux-sgx-driver linux-sgx-sdk libsgx-launch libsgx-urts +Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts %endif %description secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -109,6 +109,9 @@ rm %{buildroot}/home* -rf %endif %changelog +* Wed Mar 10 2021 chenmaodong - 0.1.0-6 +- DESC: change requires from linux-sgx-sdk to sgxsdk + * Wed Mar 3 2021 zhangguangzhi - 0.1.0-5 - DESC: add codegen and sign_tool, modify file path and backport patch -- Gitee