update libkperf version to v1.0.3

(cherry picked from commit c38c072ee81e9e0a3c73f0aae7ac325edf27cceb)
This commit is contained in:
zhoukaiqi 2024-06-05 11:09:18 +08:00 committed by openeuler-sync-bot
parent 0d43a976b0
commit 1baceb5e2c

View File

@ -1,13 +1,13 @@
Name: oeAware-collector Name: oeAware-collector
Version: v1.0.2 Version: v1.0.2
Release: 1 Release: 2
Summary: %{name} provides low-overhead metrics collection capabilities, including microarchitecture, system, and kernel information. Summary: %{name} provides low-overhead metrics collection capabilities, including microarchitecture, system, and kernel information.
License: MulanPSL2 License: MulanPSL2
URL: https://gitee.com/openeuler/%{name} URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
%global libkperf_name libkperf %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 %global libkperf_source https://gitee.com/openeuler/libkperf.git
BuildRequires: cmake gcc-c++ 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 %attr(0440, root, root) %{_libdir}/oeAware-plugin/libthread_collector.so
%changelog %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 * Fri May 31 2024 zhoukaiqi <zhoukaiqi@huawei.com> - v1.0.2-1
- refactor interface and fix some bugs - refactor interface and fix some bugs