From c96701997fa7902a7a3ec77533d0b0f65034abf2 Mon Sep 17 00:00:00 2001 From: Qizhi Zhang Date: Tue, 21 Oct 2025 14:55:05 +0800 Subject: [PATCH] Fix the syssentry.spec file that was incorrectly filed out by soc_ring_sentry Signed-off-by: Qizhi Zhang (cherry picked from commit 8cffc6c1a1e9178fd2d4f835cf62a9a2be3296df) --- sysSentry.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sysSentry.spec b/sysSentry.spec index 9f17b08..95631f6 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -4,7 +4,7 @@ Summary: System Inspection Framework Name: sysSentry Version: 1.0.3 -Release: 11 +Release: 12 License: Mulan PSL v2 Group: System Environment/Daemons Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -202,7 +202,7 @@ rm -rf /var/run/sysSentry | : # soc_ring_sentry %exclude %{_sysconfdir}/sysconfig/soc_ring_sentry.env -%exclude %{_sysconfdir}/sysSentry/tasks/sentry_msg_monitor.mod +%exclude %{_sysconfdir}/sysSentry/tasks/soc_ring_sentry.mod %files -n libxalarm %attr(0550,root,root) %{_libdir}/libxalarm.so @@ -242,8 +242,15 @@ rm -rf /var/run/sysSentry | : %files -n soc_ring_sentry %attr(0750,root,root) %{_bindir}/soc_ring_sentry %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/soc_ring_sentry.env +%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysSentry/tasks/soc_ring_sentry.mod %changelog +* Tue Oct 21 2025 Qizhi Zhang - 1.0.3-12 +- Type:feature +- CVE:NA +- SUG:NA +- DESC:Fix the syssentry.spec file that was incorrectly field out by soc_ring_sentry + * Fri Oct 17 2025 Qizhi Zhang - 1.0.3-11 - Type:feature - CVE:NA -- Gitee