From 8b456933b948396b077bf74b319b01163d01a92b Mon Sep 17 00:00:00 2001 From: houmingyong Date: Tue, 11 Jan 2022 03:24:29 +0000 Subject: [PATCH] fix no secgear.log output --- secGear.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/secGear.spec b/secGear.spec index 9a94518..800fc41 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 20%{?dist} +Release: 21%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -159,7 +159,13 @@ popd %{_libdir}/libsgxsim_0.so %endif +%post +systemctl restart rsyslog + %changelog +* Tue Jan 11 2022 houmingyong - 0.1.0-21 +- DESC: fix no secgear.log after install secGear-devel + * Mon Jul 19 2021 chenmaodong - 0.1.0-20 - DESC: add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune -- Gitee