!4 fix wrong requires in rpm spec
Merge pull request !4 from 谢志鹏/master
This commit is contained in:
commit
d6acb2e6db
@ -3,7 +3,7 @@
|
||||
Summary: AI auto tuning system
|
||||
Name: atune
|
||||
Version: 0.3
|
||||
Release: 0.1
|
||||
Release: 0.2
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/A-Tune
|
||||
Source: https://gitee.com/openeuler/A-Tune/repository/archive/v%{version}.tar.gz
|
||||
@ -17,7 +17,6 @@ Requires: atune-db
|
||||
Requires: python3-dict2xml
|
||||
Requires: python3-flask-restful
|
||||
Requires: python3-pandas
|
||||
Requires: python3-lhsmdu
|
||||
Requires: prefetch_tuning
|
||||
Requires: perf
|
||||
Requires: sysstat
|
||||
@ -50,6 +49,7 @@ Requires: python3-scikit-optimize
|
||||
Requires: python3-xgboost
|
||||
Requires: python3-flask-restful
|
||||
Requires: python3-pandas
|
||||
Requires: python3-lhsmdu
|
||||
|
||||
%description engine
|
||||
atune engine tool for manage atuned AI tuning system.
|
||||
@ -137,6 +137,9 @@ make models
|
||||
%systemd_postun_with_restart atuned.service
|
||||
|
||||
%changelog
|
||||
* Mon Sep 7 2020 Zhipeng Xie<xiezhipeng1@huawei.com> - 0.3-0.2
|
||||
- fix wrong requires
|
||||
|
||||
* Fri Sep 4 2020 Zhipeng Xie<xiezhipeng1@huawei.com> - 0.3-0.1
|
||||
- upgrade to v0.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user