From 2a31e9202b0d2cfce2f551b17a7122f7a6d7ec87 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Sat, 28 Nov 2020 14:26:21 +0800 Subject: [PATCH] atune: the engine package conflicts with atune < 0.3-0.1 --- atune.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/atune.spec b/atune.spec index 176b5ca..c17f983 100755 --- a/atune.spec +++ b/atune.spec @@ -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 @@ -52,6 +52,7 @@ Requires: python3-xgboost Requires: python3-flask-restful Requires: python3-pandas Requires: python3-lhsmdu +Conflicts: atune < 0.3-0.1 %description engine atune engine tool for manage atuned AI tuning system. @@ -139,6 +140,9 @@ make models %systemd_postun_with_restart atuned.service %changelog +* Sat Nov 28 2020 hanxinke - 0.3-0.2 +- The engine package conflicts with atune < 0.3-0.1. + * Mon Nov 9 2020 hanxinke - 0.3-0.1 - upgrade to v0.3 -- Gitee