!40 [sync] PR-37: update libkperf version to v1.0.3

From: @openeuler-sync-bot 
Reviewed-by: @ksana123 
Signed-off-by: @ksana123
This commit is contained in:
openeuler-ci-bot 2024-06-05 06:36:59 +00:00 committed by Gitee
commit 5ad795445d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,13 @@
Name: oeAware-collector
Version: v1.0.2
Release: 1
Release: 2
Summary: %{name} provides low-overhead metrics collection capabilities, including microarchitecture, system, and kernel information.
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
%global libkperf_name libkperf
%global libkperf_tagver v1.0.2
%global libkperf_tagver v1.0.3
%global libkperf_source https://gitee.com/openeuler/libkperf.git
BuildRequires: cmake gcc-c++
@ -80,6 +80,9 @@ install -b -m740 ./thread_collector/build/libthread_collector.so ${RPM_BUIL
%attr(0440, root, root) %{_libdir}/oeAware-plugin/libthread_collector.so
%changelog
* Wed Jun 5 2024 zhoukaiqi <zhoukaiqi@huawei.com> - v1.0.2-2
- update libkperf version to v1.0.3
* Fri May 31 2024 zhoukaiqi <zhoukaiqi@huawei.com> - v1.0.2-1
- refactor interface and fix some bugs