!105 update buildrequires of da-tool

From: @LHesperus 
Reviewed-by: @zhu-yuncheng 
Signed-off-by: @zhu-yuncheng
This commit is contained in:
openeuler-ci-bot 2023-11-14 12:57:03 +00:00 committed by Gitee
commit 7c0d4e76e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<liuchanggeng@huawei.com> - v1.3.4-5
- update buildrequires of da-tool
* Tue Nov 14 2023 wangguangge<wangguangge@huawei.com> - v1.3.4-4
- add require information of dnf-hotpatch-plugin