%define debug_package %{nil} Name: atune-collector Version: 1.1.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 Patch0: 0001-fix-bug-list-index-out-of-range-in-virtualbox.patch BuildRequires: python3-setuptools Requires: python3-dict2xml %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_* %attr(0600,root,root) %{_sysconfdir}/atune_collector/* %changelog * 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