From 8737f988e2c4881eaae4bedde8b4b8e09b0215b6 Mon Sep 17 00:00:00 2001 From: zhuofeng <1107893276@qq.com> Date: Fri, 13 Dec 2024 01:34:27 +0000 Subject: [PATCH] packing the mod file of the rasdaemon Signed-off-by: zhuofeng <1107893276@qq.com> --- sysSentry.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sysSentry.spec b/sysSentry.spec index b71e9e6..ce610b2 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 -- Gitee