From 4b0f1d8d540b5d67ac017c385c9339210b0544c2 Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Sat, 28 May 2022 06:43:16 +0000 Subject: [PATCH] sgx-aesm-service exclude /var/opt/aesmd/data --- linux-sgx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 18896e0..b0ba08e 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.15.1 -Release: 1 +Release: 2 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -953,6 +953,7 @@ fi %files -n libsgx-dcap-default-qpl-devel -f %{DCAP_LINUX_INSTALLER_RPM_DIR}/libsgx-dcap-default-qpl/build/list-libsgx-dcap-default-qpl-devel %files -n sgx-aesm-service -f %{LINUX_INSTALLER_RPM_DIR}/sgx-aesm-service/build/list-sgx-aesm-service +exclude /var/opt/aesmd/data %files -n libsgx-ae-epid -f %{LINUX_INSTALLER_RPM_DIR}/sgx-aesm-service/build/list-libsgx-ae-epid @@ -1017,5 +1018,8 @@ fi %files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers %changelog +* Sat May 28 2022 zhengxiaoxiao - 2.15.1-2 +- sgx-aesm-service exclude /var/opt/aesmd/data + * Thu Dec 9 2021 wangcheng - 2.15.1-1 - init -- Gitee