From 08432edee5c316f3365093cb4241f6d8f4f16437 Mon Sep 17 00:00:00 2001 From: zhoushuiqing Date: Thu, 10 Aug 2023 11:23:06 +0000 Subject: [PATCH] update linux-sgx.spec. Signed-off-by: zhoushuiqing --- linux-sgx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 1b216ad..d872d29 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.19 -Release: 1 +Release: 2 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -868,6 +868,9 @@ if [ -x /opt/intel/sgx-dcap-pccs/startup.sh ]; then /opt/intel/sgx-dcap-pccs/sta %files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers %changelog +* Thu Aug 10 2023 zhoushuiqing - 2.19-2 +- Keep in sync with the version number of intel-sgx-ssl. + * Sat Jul 22 2023 zhoushuiqing - 2.19-1 - Upgrade to 2.19 -- Gitee