From 675c8fcff555bf830ccc2da0dbab27739707e9ce Mon Sep 17 00:00:00 2001 From: "Chen, Yan" Date: Wed, 25 Mar 2020 02:40:40 +0000 Subject: [PATCH] [PATCH 04/16] stx-upstream: upgrade aodhclient for Train Current version: 1.3.0 Story: 2007502 Task: 39253 Depends-on: https://review.opendev.org/#/c/716818 Change-Id: I0dfc4b779b90db2e0ad20f0745c87f00cedcd904 Signed-off-by: Chen, Yan --- openstack/python-aodhclient/centos/build_srpm.data | 2 +- openstack/python-aodhclient/centos/python-aodhclient.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack/python-aodhclient/centos/build_srpm.data b/openstack/python-aodhclient/centos/build_srpm.data index 63358a75..6e942cde 100644 --- a/openstack/python-aodhclient/centos/build_srpm.data +++ b/openstack/python-aodhclient/centos/build_srpm.data @@ -1,4 +1,4 @@ TAR_NAME=aodhclient SRC_DIR=$CGCS_BASE/git/python-aodhclient -TIS_BASE_SRCREV="1.2.0" +TIS_BASE_SRCREV="1.3.0" TIS_PATCH_VER=GITREVCOUNT diff --git a/openstack/python-aodhclient/centos/python-aodhclient.spec b/openstack/python-aodhclient/centos/python-aodhclient.spec index 92b9ce78..079ab343 100644 --- a/openstack/python-aodhclient/centos/python-aodhclient.spec +++ b/openstack/python-aodhclient/centos/python-aodhclient.spec @@ -11,7 +11,7 @@ This is a client library for Aodh built on the Aodh API. It \ provides a Python API (the aodhclient module) and a command-line tool. Name: python-aodhclient -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?_tis_dist}.%{tis_patch_ver} Summary: Python API and CLI for OpenStack Aodh @@ -43,6 +43,7 @@ Requires: python-oslo-utils >= 2.0.0 Requires: python-keystoneauth1 >= 1.0.0 Requires: python-six >= 1.9.0 Requires: python-osc-lib >= 1.0.1 +Requires: python-osprofiler >= 1.4.0 Requires: pyparsing %description -n python2-%{pypi_name} @@ -94,6 +95,7 @@ Requires: python3-oslo-utils >= 2.0.0 Requires: python3-keystoneauth1 >= 1.0.0 Requires: python3-six >= 1.9.0 Requires: python3-osc-lib >= 1.0.1 +Requires: python3-osprofiler >= 1.4.0 Requires: python3-pyparsing %description -n python3-%{pypi_name}