From 7f9ea55fdd8999a2c4f500d3f25f7d762b2a86c6 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:06:54 +0000 Subject: [PATCH] Fix install error --- python-watcherclient.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-watcherclient.spec b/python-watcherclient.spec index 0dd1a78..a5ae2b4 100644 --- a/python-watcherclient.spec +++ b/python-watcherclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-watcherclient Version: 3.2.0 -Release: 1 +Release: 2 Summary: Python client library for Watcher API License: Apache-2.0 URL: https://docs.openstack.org/python-watcherclient/latest/ @@ -27,7 +27,7 @@ BuildRequires: python3-keystoneauth1 BuildRequires: python3-osc-lib BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-serialization -BuildRequires: python3-oslo-utils +BuildRequires: python3-oslo-utils == 4.8.0 BuildRequires: python3-six # General requires Requires: python3-pyyaml @@ -36,7 +36,7 @@ Requires: python3-keystoneauth1 Requires: python3-osc-lib Requires: python3-oslo-i18n Requires: python3-oslo-serialization -Requires: python3-oslo-utils +Requires: python3-oslo-utils == 4.8.0 Requires: python3-pbr Requires: python3-six %description -n python3-watcherclient @@ -95,5 +95,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 3.2.0-2 +- Fix install error + * Tue Jul 27 2021 OpenStack_SIG - 3.2.0-1 - Package Spec generate -- Gitee