From ae89cca603660c8868e27c32a0a8ace640b31c9f Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Fri, 23 Jul 2021 11:48:29 +0800 Subject: [PATCH] fix some wrong descriptions in changelog Signed-off-by: chenmaodong --- intel-sgx-ssl.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/intel-sgx-ssl.spec b/intel-sgx-ssl.spec index afe2823..7d18764 100644 --- a/intel-sgx-ssl.spec +++ b/intel-sgx-ssl.spec @@ -1,7 +1,7 @@ %define openssl_version 1.1.1g Name: intel-sgx-ssl Version: 2.10 -Release: 6 +Release: 7 Summary: IntelĀ® Software Guard Extensions SSL ExclusiveArch: x86_64 License: OpenSSL and BSD-3-Clause @@ -64,15 +64,23 @@ cp License.txt $RPM_BUILD_ROOT/opt/intel/sgxssl/docs/ /opt/intel/sgxssl/include/* %changelog +* Fri Jul 23 2021 chenmaodong - 2.10-7 +- fix some wrong descriptions in changelog + * Sat Mar 20 2021 zhangguangzhi - 2.10-6 - modify for sp + * Mon Feb 22 2021 chenmaodong - 2.10-5 -- add ocall file operation and getenv +- fix wrong format in License + * Tue Jan 26 2021 yanlu - 2.10-4 - add ocall file operation and getenv + * Mon Jan 18 2021 yanlu - 2.10-3 - add ocall read and write + * Mon Jan 18 2021 chenmaodong - 2.10-2 -- init +- assign x86_64 as the only build architecture + * Tue Dec 29 2020 chenmaodong - 2.10-1 - init -- Gitee