From 5db6829da94914077891e9f84a5fdfdeeee4248e Mon Sep 17 00:00:00 2001 From: jinsaihang Date: Thu, 10 Oct 2024 15:07:19 +0800 Subject: [PATCH] add dependency for sysSentry and avg_block_io Signed-off-by: jinsaihang --- sysSentry.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sysSentry.spec b/sysSentry.spec index 8beb020..bc3f5ee 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -4,7 +4,7 @@ Summary: System Inspection Framework Name: sysSentry Version: 1.0.2 -Release: 26 +Release: 27 License: Mulan PSL v2 Group: System Environment/Daemons Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -46,6 +46,7 @@ BuildRequires: python3 python3-setuptools BuildRequires: json-c-devel BuildRequires: chrpath Requires: libxalarm = %{version} +Requires: pyxalarm = %{version} %description sysSentry provides framework tools for system inspection. @@ -79,6 +80,7 @@ This package provides CPU fault detection %package -n avg_block_io Summary: Supports slow I/O detection Requires: sysSentry = %{version}-%{release} +Requires: pysentry_notify = %{version}-%{release} %description -n avg_block_io This package provides Supports slow I/O detection based on EBPF @@ -282,6 +284,12 @@ rm -rf %{buildroot} %attr(0550,root,root) %{python3_sitelib}/sentryPlugins/ai_block_io %changelog +* Thu Oct 10 2024 jinsaihang - 1.0.2-27 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add dependency for sysSentry and avg_block_io + * Thu Oct 10 2024 jinsaihang - 1.0.2-26 - Type:bugfix - CVE:NA -- Gitee