From 6aa2c038d1a7b673b1275cd456f812d2399f38cf Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Sat, 28 Jan 2023 15:22:17 +0800 Subject: [PATCH] fix build failure that unitdir cannot be identified --- atune.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/atune.spec b/atune.spec index 91f6d3e..d26b827 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 @@ -17,6 +17,7 @@ BuildRequires: rpm-build golang-bin procps-ng BuildRequires: sqlite >= 3.24.0 openssl BuildRequires: python3-scikit-optimize python3-pandas python3-xgboost BuildRequires: python3-pyyaml +BuildRequires: systemd Requires: systemd Requires: atune-client Requires: atune-db @@ -147,6 +148,9 @@ atune engine tool for manage atuned AI tuning system. %systemd_postun_with_restart atuned.service %changelog +* Sat Jan 28 2023 panxiaohe - 1.0.0-5 +- fix build failure that unitdir cannot be identified + * Fri Mar 04 2022 Bin Hu - 1.0.0-4 - change Makefile A-Tune version to 1.0.0