!81 add whitespace to version

From: @gaoruoshu 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2022-08-12 06:30:27 +00:00 committed by Gitee
commit 36c5f787a2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Summary: AI auto tuning system
Name: atune
Version: 1.0.0
Release: 6
Release: 7
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/A-Tune
Source: https://gitee.com/openeuler/A-Tune/repository/archive/v%{version}.tar.gz
@ -18,8 +18,8 @@ BuildRequires: sqlite >= 3.24.0 openssl
BuildRequires: python3-scikit-optimize python3-pandas python3-xgboost
BuildRequires: python3-pyyaml
Requires: systemd
Requires: atune-client=%{version}-%{release}
Requires: atune-db=%{version}-%{release}
Requires: atune-client = %{version}-%{release}
Requires: atune-db = %{version}-%{release}
Requires: python3-dict2xml
Requires: python3-flask-restful
Requires: python3-pandas
@ -148,6 +148,9 @@ atune engine tool for manage atuned AI tuning system.
%systemd_postun_with_restart atuned.service
%changelog
* Thu Aug 11 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-7
- add whitespace to version
* Tue Aug 09 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-6
- specifies the version number