From f9f26f93435bca33764ded0b3c8c82d7a1eac343 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:14:46 +0000 Subject: [PATCH] Fix install error --- python-neutronclient.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-neutronclient.spec b/python-neutronclient.spec index a63fb17..2f2d485 100644 --- a/python-neutronclient.spec +++ b/python-neutronclient.spec @@ -3,7 +3,7 @@ Name: python-neutronclient Version: 6.14.1 -Release: 1 +Release: 2 Summary: Python API and CLI for OpenStack Neutron License: Apache-2.0 @@ -59,7 +59,7 @@ Client library and command line utility for interacting with OpenStack Neutron's %package doc Summary: Documentation for OpenStack Neutron API Client -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-openstackdocstheme BuildRequires: python3-reno @@ -103,6 +103,9 @@ ln -s neutron %{buildroot}%{_bindir}/neutron-3 %endif %changelog +* Thu Mar 02 2023 OpenStack_SIG - 6.14.1-2 +- Fix install error + * Wed Nov 03 2021 OpenStack_SIG - 6.14.1-1 - downgrade to 6.14.1 -- Gitee