From 15b4bc05399ab5d2c16f189bfd9de6f46798150a Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:13:53 +0000 Subject: [PATCH] Fix install error --- python-keystoneauth1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index b705ae1..177168b 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -6,7 +6,7 @@ Name: python-keystoneauth1 Version: 3.17.4 -Release: 3 +Release: 4 Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/keystoneauth1 @@ -125,7 +125,7 @@ new clients. %package -n python-keystoneauth1-doc Summary: Documentation for OpenStack Identity Authentication Library -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-sphinxcontrib-apidoc BuildRequires: python3-openstackdocstheme @@ -177,6 +177,9 @@ rm -rf doc/build/html/.buildinfo %endif %changelog +* Thu Mar 02 2023 OpenStack_SIG - 3.17.4-4 +- Fix install error + * Wed Nov 10 2021 wangxiyuan -3.17.4-3 - Close doc build * Wed Nov 10 2021 wangxiyuan -3.17.4-2 -- Gitee