!67 add dependency

From: @boluo56 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2024-10-10 10:21:32 +00:00 committed by Gitee
commit d2f28fc58e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Summary: System Inspection Framework
Name: sysSentry
Version: 1.0.2
Release: 28
Release: 29
License: Mulan PSL v2
Group: System Environment/Daemons
Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz
@ -48,6 +48,7 @@ BuildRequires: chrpath
BuildRequires: elfutils-devel clang libbpf-devel llvm kernel-source
Requires: libxalarm = %{version}
Requires: libbpf
Requires: pyxalarm = %{version}
%description
sysSentry provides framework tools for system inspection.
@ -81,6 +82,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
@ -292,6 +294,12 @@ rm -rf %{buildroot}
%attr(0550,root,root) %{python3_sitelib}/sentryPlugins/ai_block_io
%changelog
* Thu Oct 10 2024 jinsaihang <jinsaihang@h-partners.com> - 1.0.2-29
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add dependency for sysSentry and avg_block_io
* Thu Oct 10 2024 zhangnan <zhangnan134@huawei.com> - 1.0.2-28
- Type:bugfix
- CVE:NA