diff --git a/secGear.spec b/secGear.spec index b4503263687d12b509d520f220b8b8d6ab542cd5..cc849f73a6d1e2be6c45781e4d22f4aabfc4479e 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,9 +1,8 @@ Name: secGear Version: 0.1.0 -Release: 51 +Release: 52 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features - Group: OS Security License: MulanPSL-2.0 URL: https://gitee.com/openeuler/secGear @@ -260,6 +259,8 @@ popd %files devel %{_bindir}/* +%exclude %{_bindir}/attestation-agent +%exclude %{_bindir}/attestation-service %{_includedir}/secGear/* %ifarch x86_64 @@ -288,6 +289,9 @@ popd systemctl restart rsyslog %changelog +* Fri Aug 23 2024 xuraoqing - 0.1.0-52 +- remove attestation-agent and attestation-service from devel + * Thu Aug 22 2024 xuraoqing - 0.1.0-51 - add attestation service