From e2fe59e877fab90502f7d6c746518b3e3e559647 Mon Sep 17 00:00:00 2001 From: Krisztian Lengyel Date: Thu, 6 Jun 2019 09:28:44 +0200 Subject: [PATCH] Bump RPM_MINOR_VERSION Change-Id: If365cc038123f20cf40a3f92c701fbb07037a3fd --- SPECS/infra-charts.spec | 2 +- SPECS/instantiate.spec | 2 +- SPECS/utils.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index 5c3d714..8c86ea7 100644 --- a/SPECS/infra-charts.spec +++ b/SPECS/infra-charts.spec @@ -15,7 +15,7 @@ %define COMPONENT infra-charts %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 1 +%define RPM_MINOR_VERSION 2 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/SPECS/instantiate.spec b/SPECS/instantiate.spec index f08e048..6c3e058 100644 --- a/SPECS/instantiate.spec +++ b/SPECS/instantiate.spec @@ -15,7 +15,7 @@ %define COMPONENT instantiate %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 1 +%define RPM_MINOR_VERSION 2 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/SPECS/utils.spec b/SPECS/utils.spec index 9b60216..979a690 100644 --- a/SPECS/utils.spec +++ b/SPECS/utils.spec @@ -15,7 +15,7 @@ %define COMPONENT utils %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 1 +%define RPM_MINOR_VERSION 2 %define KUBELET_PLUGINS_LOGDIR /var/log/kubelet-plugins/ Name: %{RPM_NAME} -- 2.16.6