From 16ec1ab35e94a1dfa7a66c876ea7537d53a2c691 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 7 May 2020 09:57:42 -0700 Subject: [PATCH] Fix TIS_PATCH_VER for keystone and openstacklib Packages were not getting versioned correctly after they were updated because the TIS_PATCH_VER was not updated. When we update a package the TIS_PATCH_VER needs to be updated otherwise the build system will not see the update correctly. Build packages, ISO verified updated packages installed and system ran ansible-playbook correctly. Closes-Bug: 1877035 Change-Id: Ifd38b42b0403796bb2445e433cef43100a5434ef Signed-off-by: Saul Wold --- .../openstack/puppet-keystone-11.3.0/centos/build_srpm.data | 2 +- .../openstack/puppet-openstacklib-11.3.0/centos/build_srpm.data | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/puppet-modules/openstack/puppet-keystone-11.3.0/centos/build_srpm.data b/config/puppet-modules/openstack/puppet-keystone-11.3.0/centos/build_srpm.data index c428b1f1d..ed8de7493 100644 --- a/config/puppet-modules/openstack/puppet-keystone-11.3.0/centos/build_srpm.data +++ b/config/puppet-modules/openstack/puppet-keystone-11.3.0/centos/build_srpm.data @@ -1 +1 @@ -TIS_PATCH_VER=9 +TIS_PATCH_VER=10 diff --git a/config/puppet-modules/openstack/puppet-openstacklib-11.3.0/centos/build_srpm.data b/config/puppet-modules/openstack/puppet-openstacklib-11.3.0/centos/build_srpm.data index 024e3e138..8429863c3 100644 --- a/config/puppet-modules/openstack/puppet-openstacklib-11.3.0/centos/build_srpm.data +++ b/config/puppet-modules/openstack/puppet-openstacklib-11.3.0/centos/build_srpm.data @@ -1 +1 @@ -TIS_PATCH_VER=5 +TIS_PATCH_VER=6