A-Tune-Collector/atune-collector.spec
zhangjian a80f3cc95a fix out of range bug
(cherry picked from commit 7fa88a0bcb7c1db322770c2bd5795045bb7eaf97)
2023-03-29 10:38:36 +08:00

44 lines
1.1 KiB
RPMSpec

%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 <zhang_jian7@hoperun.com> - 1.1.0-2
- fix bug: list index out of range in virtualbox
* Thu Nov 11 2021 hanxinke <hanxinke@huawei.com> - 1.1.0-1
- upgrade to v1.1.0
* Wed Feb 10 2021 hanxinke <hanxinke@huawei.com> - 1.0-1
- Package init