From 5023d28135d6972134a922a8e8a156c83e914c3e Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Sat, 20 Feb 2021 15:55:47 +0800 Subject: [PATCH 1/2] fix license error in spec Signed-off-by: chenmaodong (cherry picked from commit cf5847dd498502cc0e22e6fe76c09320f79f991f) --- linux-sgx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 6a3c0d2..66cab73 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,9 +1,9 @@ Name: linux-sgx Version: 2.11 -Release: 2 +Release: 3 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 -License: BSD License +License: BSD-3-Clause URL: https://github.com/intel/linux-sgx Source0: https://github.com/intel/linux-sgx/archive/sgx_%{version}.tar.gz Source1: https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/DCAP_1.8.tar.gz @@ -89,6 +89,9 @@ rm -rf /opt/sgx_linux_x64_sdk_2.11.100.2.bin %changelog +* Sat Feb 20 2021 chenmaodong - 2.11-3 +- fix license error in spec + * Mon Jan 18 2021 chenmaodong - 2.11-2 - fix arm building error -- Gitee From dcbc89f221e24b8d863f2010abd15365c5596ce4 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Sat, 20 Feb 2021 15:58:12 +0800 Subject: [PATCH 2/2] add new symbol in Provides item Signed-off-by: chenmaodong (cherry picked from commit 2893852134260ea794a2722a718463cf86446bd5) --- linux-sgx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 66cab73..38deae4 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11 -Release: 3 +Release: 4 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -32,6 +32,7 @@ developers seeking to protect select code and data from disclosure or modificati %package sdk Summary: Development files for linux sgx Requires: glibc tar make +Provides: libsgx_urts_sim.so()(64bit) %description sdk %{summary}. @@ -89,6 +90,9 @@ rm -rf /opt/sgx_linux_x64_sdk_2.11.100.2.bin %changelog +* Sat Feb 20 2021 chenmaodong - 2.11-4 +- add new symbol in Provides item + * Sat Feb 20 2021 chenmaodong - 2.11-3 - fix license error in spec -- Gitee