From bdbb747303cd83e57d9c9e4ae5b27c92f6764393 Mon Sep 17 00:00:00 2001 From: houmingyong Date: Fri, 8 Nov 2024 16:07:51 +0800 Subject: [PATCH] remove attestation-agent and attestation-service from devel --- secGear.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/secGear.spec b/secGear.spec index dfbc5de..f017dd1 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 46 +Release: 47 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -259,6 +259,8 @@ popd %files devel %{_bindir}/* +%exclude %{_bindir}/attestation-agent +%exclude %{_bindir}/attestation-service %{_includedir}/secGear/* %ifarch x86_64 @@ -287,6 +289,9 @@ popd systemctl restart rsyslog %changelog +* Fri Nov 8 2024 houmingyong - 0.1.0-47 +- remove attestation-agent and attestation-service from devel + * Fri Nov 8 2024 houmingyong - 0.1.0-46 - add secGear-aa secGear-as package -- Gitee