[atune]specifies the version number
This commit is contained in:
parent
07195a0b4d
commit
466a2b0546
@ -3,7 +3,7 @@
|
|||||||
Summary: AI auto tuning system
|
Summary: AI auto tuning system
|
||||||
Name: atune
|
Name: atune
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: https://gitee.com/openeuler/A-Tune
|
URL: https://gitee.com/openeuler/A-Tune
|
||||||
Source: https://gitee.com/openeuler/A-Tune/repository/archive/v%{version}.tar.gz
|
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-scikit-optimize python3-pandas python3-xgboost
|
||||||
BuildRequires: python3-pyyaml
|
BuildRequires: python3-pyyaml
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: atune-client
|
Requires: atune-client=%{version}-%{release}
|
||||||
Requires: atune-db
|
Requires: atune-db=%{version}-%{release}
|
||||||
Requires: python3-dict2xml
|
Requires: python3-dict2xml
|
||||||
Requires: python3-flask-restful
|
Requires: python3-flask-restful
|
||||||
Requires: python3-pandas
|
Requires: python3-pandas
|
||||||
@ -148,6 +148,9 @@ atune engine tool for manage atuned AI tuning system.
|
|||||||
%systemd_postun_with_restart atuned.service
|
%systemd_postun_with_restart atuned.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 09 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-6
|
||||||
|
- specifies the version number
|
||||||
|
|
||||||
* Fri Aug 05 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-5
|
* Fri Aug 05 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-5
|
||||||
- fix start failed of atuned service
|
- fix start failed of atuned service
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user