%define debug_package %{nil} Name: atune-collector Version: 1.3.0 Release: 2 Summary: A-Tune-Collector is used to collect various system resources. License: Mulan PSL v2 URL: https://gitee.com/openeuler/A-Tune-Collector Source: https://gitee.com/openeuler/A-Tune-Collector/repository/archive/v%{version}.tar.gz BuildRequires: python3-setuptools Requires: python3-dict2xml python3-werkzeug Patch9000: CVE-2024-24897.patch %description The A-Tune-Collector is used to collect various system resources and can also be used as the collector of the A-Tune project. %prep %autosetup -n A-Tune-Collector-v%{version} -p1 %build %{py3_build} %install %{py3_install} %check %files %license LICENSE %{python3_sitelib}/atune_* %exclude %{python3_sitelib}/atune_collector/ui/* %attr(0600,root,root) %{_sysconfdir}/atune_collector/* %changelog * Tue Mar 12 2024 zhoupengcheng - 1.3.0-2 - fix CVE-2024-24897 * Sat Jan 27 2024 zhoupengcheng - 1.3.0-1 - update v1.3.0 * Fri Dec 15 2023 weiyaping - 1.1.0-7 - fix bug: ProcSched.report: list index out of range * Wed Nov 29 2023 gaoruoshu - 1.1.0-6 - feature: add rfs and rps/xps=multi to [network] * Tue Aug 22 2023 gaoruoshu - 1.1.0-5 - feature: add [network] to CPI * Wed Aug 16 2023 gaoruoshu - 1.1.0-4 - atune-collector: add backup for apps * Tue Aug 01 2023 gaoruoshu - 1.1.0-3 - feature: enable application config * Thu Mar 09 2023 zhangjian - 1.1.0-2 - fix bug: list index out of range in virtualbox * Thu Nov 11 2021 hanxinke - 1.1.0-1 - upgrade to v1.1.0 * Wed Feb 10 2021 hanxinke - 1.0-1 - Package init