From 1ff1f81c7480acbea3f999c3a63ffcb6879c950a Mon Sep 17 00:00:00 2001 From: hubin Date: Fri, 4 Mar 2022 17:06:52 +0800 Subject: [PATCH] change Makefile A-Tune version to 1.0.0 Signed-off-by: hubin --- atune.spec | 7 +++++- change-Makefile-A-Tune-version-to-1.0.0.patch | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 change-Makefile-A-Tune-version-to-1.0.0.patch diff --git a/atune.spec b/atune.spec index 4adc6ad..457e54a 100755 --- a/atune.spec +++ b/atune.spec @@ -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 - 1.0.0-3 +- change Makefile A-Tune version to v1.0.0 + * Fri Mar 04 2022 gaoruoshu - 1.0.0-2 - enable certificate authentication by default and modify file permissions diff --git a/change-Makefile-A-Tune-version-to-1.0.0.patch b/change-Makefile-A-Tune-version-to-1.0.0.patch new file mode 100644 index 0000000..dfe5b49 --- /dev/null +++ b/change-Makefile-A-Tune-version-to-1.0.0.patch @@ -0,0 +1,23 @@ +From 5b8ec9d923096e0ad6302e27d21d4de40087dfce Mon Sep 17 00:00:00 2001 +From: hubin73 +Date: Thu, 3 Mar 2022 20:41:08 +0800 +Subject: [PATCH] change Makefile A-Tune version to 1.0.0 + +Signed-off-by: hubin73 +--- + 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 +