!67 [sync] PR-61: spec: explicit add libboundscheck as Requires
From: @openeuler-sync-bot Reviewed-by: @ksana123 Signed-off-by: @ksana123
This commit is contained in:
commit
87e271766a
@ -1,6 +1,6 @@
|
||||
Name: oeAware-collector
|
||||
Version: v1.0.2
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: %{name} provides low-overhead metrics collection capabilities, including microarchitecture, system, and kernel information.
|
||||
License: MulanPSL2
|
||||
URL: https://gitee.com/openeuler/%{name}
|
||||
@ -18,6 +18,7 @@ BuildRequires: cmake gcc-c++
|
||||
BuildRequires: numactl-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: libboundscheck
|
||||
Requires: libboundscheck
|
||||
Provides: %{name}
|
||||
|
||||
ExclusiveArch: aarch64 x86_64
|
||||
@ -84,6 +85,9 @@ install -b -m740 ./thread_collector/build/libthread_collector.so ${RPM_BUIL
|
||||
%attr(0440, root, root) %{_libdir}/oeAware-plugin/libthread_collector.so
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2024 Zhao Mengmeng <zhaomengmeng@kylinos.cn> - v1.0.2-8
|
||||
- explicit add libboundscheck as Requires
|
||||
|
||||
* Mon Jul 15 2024 fly_1997 <flylove7@outlook.com> - v1.0.2-7
|
||||
- fix out of bounds array
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user