From bff89e8c7dba2627f39ae85f5e1d4e54481cdf56 Mon Sep 17 00:00:00 2001 From: zhoukaiqi Date: Thu, 27 Jun 2024 11:00:56 +0800 Subject: [PATCH] update libkperf version to v1.0.4 (cherry picked from commit 6cb6e3491dd6dc72704d699b537422dbe49cdc11) --- oeAware-collector.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oeAware-collector.spec b/oeAware-collector.spec index 52414d7..8f77bca 100644 --- a/oeAware-collector.spec +++ b/oeAware-collector.spec @@ -1,6 +1,6 @@ Name: oeAware-collector Version: v1.0.2 -Release: 3 +Release: 4 Summary: %{name} provides low-overhead metrics collection capabilities, including microarchitecture, system, and kernel information. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -8,7 +8,7 @@ Source0: %{name}-%{version}.tar.gz Patch1: 0001-add-netif_rx-counting-pmu-instance.patch %global libkperf_name libkperf -%global libkperf_tagver v1.0.3 +%global libkperf_tagver v1.0.4 %global libkperf_source https://gitee.com/openeuler/libkperf.git BuildRequires: cmake gcc-c++ @@ -81,6 +81,9 @@ install -b -m740 ./thread_collector/build/libthread_collector.so ${RPM_BUIL %attr(0440, root, root) %{_libdir}/oeAware-plugin/libthread_collector.so %changelog +* Thu Jun 27 2024 zhoukaiqi - v1.0.2-4 +- update libkperf version to v1.0.4 + * Thu Jun 20 2024 liuchanggeng - v1.0.2-3 - add netif_rx counting pmu instance -- Gitee