From 5d7be66d3702ef6b4145d245a86e2b623e14890b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 15 Jan 2024 12:52:41 +0100 Subject: [PATCH] python-muranoclient version correction Change-Id: Ia2659fb952b112def6c8e077fa4bd9082a586f59 --- openstack/python-muranoclient/python-muranoclient.spec.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-muranoclient/python-muranoclient.spec.j2 b/openstack/python-muranoclient/python-muranoclient.spec.j2 index 70f4dd9c6..d5d673e95 100644 --- a/openstack/python-muranoclient/python-muranoclient.spec.j2 +++ b/openstack/python-muranoclient/python-muranoclient.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'python-muranoclient' %} -{% set upstream_version = upstream_version('2.8.0') %} +{% set upstream_version = upstream_version('2.7.0') %} {% set rpm_release = '1' %} {% set source = url_pypi() %}