fix build failure that unitdir cannot be identified

This commit is contained in:
panxiaohe 2023-01-28 15:04:40 +08:00
parent 36c5f787a2
commit e05e685d4e

View File

@ -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: 7 Release: 8
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
@ -17,6 +17,7 @@ BuildRequires: rpm-build golang-bin procps-ng
BuildRequires: sqlite >= 3.24.0 openssl 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
BuildRequires: systemd
Requires: systemd Requires: systemd
Requires: atune-client = %{version}-%{release} Requires: atune-client = %{version}-%{release}
Requires: atune-db = %{version}-%{release} Requires: atune-db = %{version}-%{release}
@ -148,6 +149,9 @@ atune engine tool for manage atuned AI tuning system.
%systemd_postun_with_restart atuned.service %systemd_postun_with_restart atuned.service
%changelog %changelog
* Sat Jan 28 2023 panxiaohe <pan_xiaohe@hoperun.com> - 1.0.0-8
- fix build failure that unitdir cannot be identified
* Thu Aug 11 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-7 * Thu Aug 11 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-7
- add whitespace to version - add whitespace to version