diff --git a/sysSentry.spec b/sysSentry.spec index b71e9e6be95ee89d1320b74d6c86fa9566d3bb09..ce610b24c7d299e58f54260e11cd19151935ff59 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -4,7 +4,7 @@ Summary: System Inspection Framework Name: sysSentry Version: 1.0.2 -Release: 22 +Release: 23 License: Mulan PSL v2 Group: System Environment/Daemons Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -115,6 +115,9 @@ install -d -m 700 %{buildroot}/etc/sysSentry/plugins/ install -m 600 config/inspect.conf %{buildroot}%{_sysconfdir}/sysSentry install -m 600 service/sysSentry.service %{buildroot}%{_unitdir} +# rasdaemon +install config/tasks/rasdaemon.mod %{buildroot}/etc/sysSentry/tasks/ + # xalarm sh build/build.sh -i %{buildroot}%{_libdir} mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d @@ -222,6 +225,12 @@ rm -rf %{buildroot} %attr(0550,root,root) %{python3_sitelib}/syssentry/bmc_alarm.py %changelog +* Fri Dec 13 2024 zhuofeng - 1.0.2-23 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC: packing the mod file of the rasdaemon + * Thu Nov 7 2024 caixiaomeng - 1.0.2-22 - Type:bugfix - CVE:NA