diff --git a/atune-collector-v1.0.tar.gz b/atune-collector-v1.0.tar.gz deleted file mode 100644 index f61ea7e..0000000 Binary files a/atune-collector-v1.0.tar.gz and /dev/null differ diff --git a/atune-collector.spec b/atune-collector.spec old mode 100755 new mode 100644 index 5238816..06debd2 --- a/atune-collector.spec +++ b/atune-collector.spec @@ -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 - 1.1.0-1 +- upgrade to v1.1.0 + * Wed Feb 10 2021 hanxinke - 1.0-1 - Package init diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..9c50d9f Binary files /dev/null and b/v1.1.0.tar.gz differ