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 <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2020-05-07 09:57:42 -07:00
parent 838bdd44b6
commit 16ec1ab35e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
TIS_PATCH_VER=9
TIS_PATCH_VER=10

View File

@ -1 +1 @@
TIS_PATCH_VER=5
TIS_PATCH_VER=6