From 4583c000ef52d9709a2ba6a7efcb02db36378c5d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 17 Oct 2019 16:39:57 +0200 Subject: [PATCH] spec: Bump minor RPM version to force new build Due to merge strategies configured in Akraino CI, the latest artifact does not contain all previous commits, so force a new build. Signed-off-by: Alexandru Avadanii Change-Id: I28c817212415e9bc47e81d33603006a719f2afc4 --- caas-etcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caas-etcd.spec b/caas-etcd.spec index 84a0d21..9c6cf3b 100644 --- a/caas-etcd.spec +++ b/caas-etcd.spec @@ -15,7 +15,7 @@ %define COMPONENT etcd %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 3.4.0 -%define RPM_MINOR_VERSION 1 +%define RPM_MINOR_VERSION 2 %define go_version 1.12.10 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define docker_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-build -- 2.16.6