change Makefile A-Tune version to 1.0.0
Signed-off-by: hubin <hubin73@huawei.com>
This commit is contained in:
parent
2383add2a3
commit
1ff1f81c74
@ -3,13 +3,14 @@
|
||||
Summary: AI auto tuning system
|
||||
Name: atune
|
||||
Version: 1.0.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/A-Tune
|
||||
Source: https://gitee.com/openeuler/A-Tune/repository/archive/v%{version}.tar.gz
|
||||
|
||||
Patch9000: check-whether-the-certificate-file-exists.patch
|
||||
Patch9001: add-FAQ-and-self-signature-certificate-manufacturing.patch
|
||||
Patch9002: change-Makefile-A-Tune-version-to-1.0.0.patch
|
||||
|
||||
BuildRequires: rpm-build golang-bin procps-ng
|
||||
BuildRequires: sqlite >= 3.24.0 openssl
|
||||
@ -31,6 +32,7 @@ Requires: hwloc-gui
|
||||
Requires: psmisc
|
||||
Requires: atune-collector
|
||||
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%description
|
||||
@ -145,6 +147,9 @@ atune engine tool for manage atuned AI tuning system.
|
||||
%systemd_postun_with_restart atuned.service
|
||||
|
||||
%changelog
|
||||
* Fri Mar 04 2022 Bin Hu <hubin73@huawei.com> - 1.0.0-3
|
||||
- change Makefile A-Tune version to v1.0.0
|
||||
|
||||
* Fri Mar 04 2022 gaoruoshu <gaoruoshu@huawei.com> - 1.0.0-2
|
||||
- enable certificate authentication by default and modify file permissions
|
||||
|
||||
|
||||
23
change-Makefile-A-Tune-version-to-1.0.0.patch
Normal file
23
change-Makefile-A-Tune-version-to-1.0.0.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From 5b8ec9d923096e0ad6302e27d21d4de40087dfce Mon Sep 17 00:00:00 2001
|
||||
From: hubin73 <hubin73@huawei.com>
|
||||
Date: Thu, 3 Mar 2022 20:41:08 +0800
|
||||
Subject: [PATCH] change Makefile A-Tune version to 1.0.0
|
||||
|
||||
Signed-off-by: hubin73 <hubin73@huawei.com>
|
||||
---
|
||||
Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 8e43062..715f698 100755
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-VERSION = 0.3
|
||||
+VERSION = 1.0.0
|
||||
.PHONY: all clean modules
|
||||
|
||||
PKGPATH=pkg
|
||||
--
|
||||
2.27.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user