From 9d7e111055a185da19c77378be64c4eeb17b555d Mon Sep 17 00:00:00 2001 From: WangTsing-Yan Date: Tue, 28 Dec 2021 03:39:36 +0000 Subject: [PATCH] update secGear.spec: delete %dist and modify sigh_tool mode to 755 --- secGear.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/secGear.spec b/secGear.spec index 9a94518..9c4e2c8 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 20%{?dist} +Release: 21 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -102,11 +102,11 @@ install -d %{buildroot}/%{_datarootdir}/licenses/secGear install -pm 644 License/Third_Party_Open_Source_Software_Notice.md %{buildroot}/%{_datarootdir}/licenses/secGear install -d %{buildroot}/%{_includedir}/secGear install -d %{buildroot}/%{_bindir} -install -pm 751 bin/codegen %{buildroot}/%{_bindir} -install -pm 751 tools/sign_tool/sign_tool.sh %{buildroot}/%{_bindir} +install -pm 755 bin/codegen %{buildroot}/%{_bindir} +install -pm 755 tools/sign_tool/sign_tool.sh %{buildroot}/%{_bindir} install -d %{buildroot}/%{_sysconfdir}/secGear/cloud install -d %{buildroot}/lib/secGear/ -install -pm 751 tools/sign_tool/*.py %{buildroot}/lib/secGear +install -pm 755 tools/sign_tool/*.py %{buildroot}/lib/secGear install -pm 644 tools/sign_tool/cloud/rsa_public_key_cloud.pem %{buildroot}/%{_sysconfdir}/secGear/cloud %ifarch x86_64 install -pm 644 inc/host_inc/*.h %{buildroot}/%{_includedir}/secGear @@ -160,6 +160,9 @@ popd %endif %changelog +* Tue Dec 28 2021 wangqing - 0.1.0-21 +- DESC: delete %dist and modify sigh_tool mode to 755 + * Mon Jul 19 2021 chenmaodong - 0.1.0-20 - DESC: add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune -- Gitee