From 28a2e402900c6e1f28eb6ebbddb04236ce3bfab8 Mon Sep 17 00:00:00 2001 From: gaoruoshu Date: Thu, 1 Sep 2022 08:21:27 +0000 Subject: [PATCH] [atune] specifies the version number Signed-off-by: gaoruoshu --- atune.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/atune.spec b/atune.spec index 91f6d3e..8746e48 100755 --- a/atune.spec +++ b/atune.spec @@ -3,7 +3,7 @@ Summary: AI auto tuning system Name: atune Version: 1.0.0 -Release: 4 +Release: 5 License: Mulan PSL v2 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 -Requires: atune-db +Requires: atune-client = %{version}-%{release} +Requires: atune-db = %{version}-%{release} Requires: python3-dict2xml Requires: python3-flask-restful Requires: python3-pandas @@ -147,6 +147,9 @@ atune engine tool for manage atuned AI tuning system. %systemd_postun_with_restart atuned.service %changelog +* Tue Sep 01 2022 gaoruoshu - 1.0.0-5 +- specifies the version number + * Fri Mar 04 2022 Bin Hu - 1.0.0-4 - change Makefile A-Tune version to 1.0.0 -- Gitee