add dependency for sysSentry and avg_block_io
Signed-off-by: jinsaihang <jinsaihang@h-partners.com>
This commit is contained in:
parent
0183fb658c
commit
8b7a7d0b72
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user