!128 [sync] PR-127: 1.3.4-12 datool restrict function
From: @openeuler-sync-bot Reviewed-by: @zhu-yuncheng Signed-off-by: @zhu-yuncheng
This commit is contained in:
commit
7fe5dc26b4
1133
0013-restrict-function-redesign-trace-check-proc.patch
Normal file
1133
0013-restrict-function-redesign-trace-check-proc.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: aops-ceres
|
||||
Version: v1.3.4
|
||||
Release: 11
|
||||
Release: 12
|
||||
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}
|
||||
@ -19,6 +19,7 @@ Patch0009: 0009-Dealing-with-situations-where-sched-are-missing.patch
|
||||
Patch0010: 0010-Soft-links-for-documents.patch
|
||||
Patch0011: 0011-fix-valid-time-of-pid-at-first-core-and-add-case.patch
|
||||
Patch0012: 0012-update-doc-link.patch
|
||||
Patch0013: 0013-restrict-function-redesign-trace-check-proc.patch
|
||||
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-requests python3-jsonschema python3-libconf
|
||||
@ -76,9 +77,9 @@ cp -r hotpatch %{buildroot}/%{python3_sitelib}/dnf-plugins/
|
||||
# install for da-tool
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
|
||||
install -b -m640 ./extra-tools/da-tool/conf/da-tool.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/
|
||||
install -b -m755 ./extra-tools/da-tool/build/da-tool-analysis ${RPM_BUILD_ROOT}%{_bindir}/
|
||||
install -b -m755 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT}%{_bindir}/
|
||||
install -b -m400 ./extra-tools/da-tool/conf/da-tool.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/
|
||||
install -b -m500 ./extra-tools/da-tool/build/da-tool-analysis ${RPM_BUILD_ROOT}%{_bindir}/
|
||||
install -b -m500 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT}%{_bindir}/
|
||||
|
||||
%files
|
||||
%doc README.*
|
||||
@ -94,10 +95,14 @@ install -b -m755 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT}
|
||||
%files -n da-tool
|
||||
%defattr (-, root, root)
|
||||
%config(noreplace) %{_sysconfdir}/da-tool.conf
|
||||
%attr(755, root, root) %{_bindir}/da-tool.sh
|
||||
%attr(755, root, root) %{_bindir}/da-tool-analysis
|
||||
%attr(0500, root, root) %{_bindir}/da-tool.sh
|
||||
%attr(0500, root, root) %{_bindir}/da-tool-analysis
|
||||
|
||||
%changelog
|
||||
* Mon Dec 4 2023 liuchanggeng<liuchanggeng@huawei.com> - v1.3.4-12
|
||||
- to maintain functional stability, da-tool only releases network related analysis
|
||||
- it is not allowed to modify the configuration file of the da-tool
|
||||
|
||||
* Tue Nov 28 2023 liuchanggeng<liuchanggeng@huawei.com> - v1.3.4-11
|
||||
- da-tool consider trace as valid data when first core lost scheduling information
|
||||
- update document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user