From 6f250407c93da2c6bdd032796e4176a264c12723 Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Sat, 28 May 2022 07:20:43 +0000 Subject: [PATCH] =?UTF-8?q?sgx-aesm-service=20exclude=20/var/opt/aesmd/dat?= =?UTF-8?q?a=20=E5=9C=A8sgx-aesm-service=E5=92=8Clibsgx-aesm-launch-plugin?= =?UTF-8?q?=E4=B8=A4=E4=B8=AArpm=E5=8C=85=E4=B8=AD=EF=BC=8C=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E4=BE=9B=E4=BA=86\var\opt\aesmd\data\white?= =?UTF-8?q?=5Flist=5Fcert=5Fto=5Fbe=5Fverify.bin=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E3=80=82=20=E7=BB=8F=E6=A3=80=E6=9F=A5=EF=BC=8Csgx-aesm-servic?= =?UTF-8?q?e=E5=8C=85=E5=BA=94=E5=BD=93=E6=B2=A1=E6=9C=89\var\opt\aesmd\da?= =?UTF-8?q?ta\white=5Flist=5Fcert=5Fto=5Fbe=5Fverify.bin=EF=BC=8C=E8=AF=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=9C=A8libsgx-aesm-launch-plugin=E5=8C=85?= =?UTF-8?q?=E4=B8=AD=E3=80=82=20=E9=97=AE=E9=A2=98=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=E6=98=AFopenEuler=20linux-sgx.spec=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E4=BC=9A=E6=89=93=E5=8C=85=E5=A4=9A=E4=B8=AA=E5=8C=85=EF=BC=8C?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=89=8D=E5=B0=86=E6=89=80=E6=9C=89=E5=8C=85?= =?UTF-8?q?=E7=9A=84=E6=89=93=E5=8C=85=E6=96=87=E4=BB=B6=E9=9B=86=E4=B8=AD?= =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E5=88=B0=E4=B8=80=E4=B8=AA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=EF=BC=8C=E7=84=B6=E5=90=8E=E5=86=8D=E6=89=93=E5=8C=85=EF=BC=8C?= =?UTF-8?q?=E5=85=B6=E4=B8=ADsgx-aesm-service=E5=92=8Clibsgx-aesm-launch-p?= =?UTF-8?q?lugin=E5=90=8C=E6=97=B6=E4=BD=BF=E7=94=A8\var\opt\aesmd?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=8E=9F=E5=B1=9E?= =?UTF-8?q?=E4=BA=8Elibsgx-aesm-launch-plugin=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=A2=AB=E6=89=93=E5=8C=85=E8=BF=9Bsgx-aesm-service=E5=8C=85?= =?UTF-8?q?=E4=B8=AD=E3=80=82=20=E5=BD=93=E5=89=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=EF=BC=8C=E5=9C=A8=E6=89=93=E5=8C=85sgx-aesm-service?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=B8=8D=E6=B7=BB=E5=8A=A0\var\opt\aesmd\?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-sgx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 18896e0..3eaccec 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