diff --git a/secGear.spec b/secGear.spec index dfbc5de0a61dce689499fd015f76e57bb16534cc..f017dd106ad6a541d6362b6f25c3bbcb68d82d7a 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