1.3.4-12 datool restrict function
(cherry picked from commit b751b1f60c4bd963bb909c697b80de872d0c34ff)
This commit is contained in:
parent
d95ad24f75
commit
50ac8ba057
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
|
Name: aops-ceres
|
||||||
Version: v1.3.4
|
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.
|
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
|
License: MulanPSL2
|
||||||
URL: https://gitee.com/openeuler/%{name}
|
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
|
Patch0010: 0010-Soft-links-for-documents.patch
|
||||||
Patch0011: 0011-fix-valid-time-of-pid-at-first-core-and-add-case.patch
|
Patch0011: 0011-fix-valid-time-of-pid-at-first-core-and-add-case.patch
|
||||||
Patch0012: 0012-update-doc-link.patch
|
Patch0012: 0012-update-doc-link.patch
|
||||||
|
Patch0013: 0013-restrict-function-redesign-trace-check-proc.patch
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-requests python3-jsonschema python3-libconf
|
Requires: python3-requests python3-jsonschema python3-libconf
|
||||||
@ -76,9 +77,9 @@ cp -r hotpatch %{buildroot}/%{python3_sitelib}/dnf-plugins/
|
|||||||
# install for da-tool
|
# install for da-tool
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
|
||||||
install -b -m640 ./extra-tools/da-tool/conf/da-tool.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/
|
install -b -m400 ./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 -m500 ./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 -m500 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT}%{_bindir}/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.*
|
%doc README.*
|
||||||
@ -94,10 +95,14 @@ install -b -m755 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT}
|
|||||||
%files -n da-tool
|
%files -n da-tool
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%config(noreplace) %{_sysconfdir}/da-tool.conf
|
%config(noreplace) %{_sysconfdir}/da-tool.conf
|
||||||
%attr(755, root, root) %{_bindir}/da-tool.sh
|
%attr(0500, root, root) %{_bindir}/da-tool.sh
|
||||||
%attr(755, root, root) %{_bindir}/da-tool-analysis
|
%attr(0500, root, root) %{_bindir}/da-tool-analysis
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- da-tool consider trace as valid data when first core lost scheduling information
|
||||||
- update document
|
- update document
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user