From 746295896c281af2f0dfa3e9e0e97429bb4100ae Mon Sep 17 00:00:00 2001 From: Ossi Koivistoinen Date: Sat, 25 May 2019 16:27:21 +0300 Subject: [PATCH] Increase minor version to rebuild package Previous version of the package has invalid metadata in the Nexus repository Signed-off-by: Ossi Koivistoinen Change-Id: I235d6f4559a1f095ec6c8b010236155a2206f86e --- rpmbuild.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmbuild.spec b/rpmbuild.spec index 65ae61f..6da68a8 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -15,8 +15,8 @@ %define COMPONENT lcm %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 1 -%define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSIONi} +%define RPM_MINOR_VERSION 2 +%define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define LCM_PATH /opt/caas_lcm %define DEPLOY_PATH %{LCM_PATH}/deploy %define SU_PATH %{LCM_PATH}/su -- 2.16.6