From 6d87687a8f60a32a9151c15efe66b5a2f6029355 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:20:11 +0000 Subject: [PATCH] Fix install error --- python-oslo-sphinx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec index b040c7c..9f37ff1 100644 --- a/python-oslo-sphinx.spec +++ b/python-oslo-sphinx.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-sphinx Version: 4.18.0 -Release: 1 +Release: 2 Summary: OpenStack Sphinx Extensions License: Apache-2.0 URL: http://www.openstack.org/ @@ -22,7 +22,7 @@ BuildRequires: python3-reno # tests BuildRequires: python3-requests >= 2.14.2 BuildRequires: python3-hacking -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-openstackdocstheme Requires: git @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 4.18.0-2 +- Fix install error + * Fri Jul 23 2021 OpenStack_SIG 4.18.0-1 - Update to 4.18.0 * Wed Nov 25 2020 Python_Bot -- Gitee