diff --git a/sysSentry.spec b/sysSentry.spec index 9f17b08ea223f689a80ee85cea2518d1dd39fd6a..95631f6bc535d7902914a0836036045e64798aeb 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