From f7e07e1b53ffa801c7ae54ce9f8b89ae19e26f9b Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:15:50 +0000 Subject: [PATCH] Fix install error --- python-openstackclient.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index 3a6ca06..b6816c5 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -4,7 +4,7 @@ Name: python-openstackclient Version: 4.0.2 -Release: 1 +Release: 2 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} @@ -64,7 +64,7 @@ python-openstackclient is a unified command-line client for the OpenStack APIs. %package -n python-openstackclient-doc Summary: Documentation for OpenStack Command-line Client -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-openstackdocstheme BuildRequires: python3-sphinxcontrib-apidoc @@ -137,5 +137,8 @@ stestr run %license LICENSE %changelog +* Thu Mar 02 2023 OpenStack_SIG - 4.0.2-2 +- Fix install error + * Mon Nov 8 2021 huangtianhua 4.0.2-1 - Init python-openstackclient with 4.0.2 -- Gitee