From ba8d7863e7597d58603423d954ba92ffc8dbb25e Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 2 Aug 2022 10:03:44 -0400 Subject: [PATCH] python-gnocchiclient build fix Lock down python-gnocchiclient to the last sha known to build. That most recent tag under that sha was 7.0.7. Update the spec file to reflect that version. Partial-bug: 1983389 Signed-off-by: Scott Little Change-Id: Ifd57565637376ec8083d917de30fd33ded15d1cc --- openstack/python-gnocchiclient/centos/build_srpm.data | 2 +- openstack/python-gnocchiclient/centos/python-gnocchiclient.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack/python-gnocchiclient/centos/build_srpm.data b/openstack/python-gnocchiclient/centos/build_srpm.data index a510be27..aa613042 100644 --- a/openstack/python-gnocchiclient/centos/build_srpm.data +++ b/openstack/python-gnocchiclient/centos/build_srpm.data @@ -1,4 +1,4 @@ TAR_NAME=gnocchiclient SRC_DIR=$CGCS_BASE/git/python-gnocchiclient -TIS_BASE_SRCREV="7.0.4" +TIS_BASE_SRCREV="7.0.7" TIS_PATCH_VER=GITREVCOUNT diff --git a/openstack/python-gnocchiclient/centos/python-gnocchiclient.spec b/openstack/python-gnocchiclient/centos/python-gnocchiclient.spec index 5931ac2e..9c7d7ee3 100644 --- a/openstack/python-gnocchiclient/centos/python-gnocchiclient.spec +++ b/openstack/python-gnocchiclient/centos/python-gnocchiclient.spec @@ -14,7 +14,7 @@ This is a client library for Gnocchi built on the Gnocchi API. It \ provides a Python API (the gnocchiclient module) and a command-line tool. Name: python-gnocchiclient -Version: 7.0.4 +Version: 7.0.7 Release: 1%{?_tis_dist}.%{tis_patch_ver} Summary: Python API and CLI for OpenStack Gnocchi