From f0cf0b8d25d2495ac76bca5c91ac2671d5247ce3 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:00:34 +0000 Subject: [PATCH] Fix install error --- python-openstackclient.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index b35c581..363febf 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -4,7 +4,7 @@ Name: python-openstackclient Version: 5.5.0 -Release: 2 +Release: 3 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} @@ -27,7 +27,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-six BuildRequires: python3-oslo-i18n -BuildRequires: python3-oslo-utils +BuildRequires: python3-oslo-utils == 4.8.0 BuildRequires: python3-requests BuildRequires: python3-keystoneclient BuildRequires: python3-novaclient @@ -50,7 +50,7 @@ BuildRequires: python3-ddt Requires: python3-pbr Requires: python3-openstacksdk Requires: python3-oslo-i18n -Requires: python3-oslo-utils +Requires: python3-oslo-utils == 4.8.0 Requires: python3-keystoneclient Requires: python3-novaclient Requires: python3-cinderclient @@ -143,6 +143,9 @@ stestr run %license LICENSE %changelog +* Thu Mar 02 2023 OpenStack_SIG - 5.5.0-3 +- Fix install error + * Fri Aug 13 2021 wangxiyuan 5.5.0-2 - Change osc-lib-tests to osc-lib * Wed Aug 04 2021 huangtianhua 5.5.0-1 -- Gitee