From d704655b317877c1fe519a7251a8369c59c3f49c Mon Sep 17 00:00:00 2001 From: LHesperus <2639350497@qq.com> Date: Tue, 14 Nov 2023 16:54:37 +0800 Subject: [PATCH] update buildrequires of da-tool --- aops-ceres.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aops-ceres.spec b/aops-ceres.spec index 6d1cdc3..2f54881 100644 --- a/aops-ceres.spec +++ b/aops-ceres.spec @@ -2,7 +2,7 @@ Name: aops-ceres Version: v1.3.4 -Release: 4 +Release: 5 Summary: An agent which needs to be adopted in client, it managers some plugins, such as gala-gopher(kpi collection), fluentd(log collection) and so on. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -29,7 +29,7 @@ dnf hotpatch plugin, it's about hotpatch query and fix %package -n da-tool Summary: da-tool is a sampling and analysis tool for function delay. -BuildRequires: gcc cmake make +BuildRequires: gcc-c++ cmake make Requires: perf %description -n da-tool @@ -88,6 +88,9 @@ install -b -m755 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT} %attr(755, root, root) %{_bindir}/da-tool-analysis %changelog +* Tue Nov 14 2023 liuchanggeng - v1.3.4-5 +- update buildrequires of da-tool + * Tue Nov 14 2023 wangguangge - v1.3.4-4 - add require information of dnf-hotpatch-plugin