upgrade A-Tune-Collector to v1.1.0

This commit is contained in:
hanxinke 2021-11-11 16:38:32 +08:00
parent 84997f94b8
commit cb96c4a20e
3 changed files with 6 additions and 3 deletions

Binary file not shown.

9
atune-collector.spec Executable file → Normal file
View File

@ -1,12 +1,12 @@
%define debug_package %{nil}
Name: atune-collector
Version: 1.0
Version: 1.1.0
Release: 1
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/%{name}-v%{version}.tar.gz
Source: https://gitee.com/openeuler/A-Tune-Collector/repository/archive/v%{version}.tar.gz
BuildRequires: python3-setuptools
Requires: python3-dict2xml
@ -15,7 +15,7 @@ Requires: python3-dict2xml
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 -p1
%autosetup -n A-Tune-Collector-v%{version} -p1
%build
%{py3_build}
@ -31,5 +31,8 @@ The A-Tune-Collector is used to collect various system resources and can also be
%attr(0600,root,root) %{_sysconfdir}/atune_collector/*
%changelog
* 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

BIN
v1.1.0.tar.gz Normal file

Binary file not shown.