diff --git a/linux-sgx.spec b/linux-sgx.spec index 18896e01ddf0174d15414f5872e5415d70057210..b0ba08ea0df19c6d72ec6336f9a538d7c94156ec 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