From 5bcdf28d2606396aaaca69e52d6ba4cdee57421c Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:24:04 +0000 Subject: [PATCH] Fix install error --- python-sphinx_rtd_theme.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 8199221..7ae0cf7 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,14 +1,14 @@ Name: python-sphinx_rtd_theme Summary: Sphinx theme for readthedocs.org Version: 0.4.2 -Release: 2 +Release: 3 License: MIT URL: https://github.com/snide/sphinx_rtd_theme Source0: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-devel python3-setuptools python3-sphinx +BuildRequires: python3-devel python3-setuptools python3-sphinx == 2.2.0 %description This Sphinx theme was designed to provide a great reader experience for documentation users @@ -18,7 +18,7 @@ with any Sphinx project. You can find a working demo of the theme in the theme d %package -n python3-sphinx_rtd_theme Summary: Sphinx theme for readthedocs.org Recommends: fontawesome-fonts-web font(fontawesome) font(lato) font(robotoslab) -Requires: python3-sphinx +Requires: python3-sphinx == 2.2.0 %{?python_provide:%python_provide python3-sphinx_rtd_theme} %description -n python3-sphinx_rtd_theme @@ -60,6 +60,9 @@ popd %{python3_sitelib}/sphinx_rtd_theme* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 0.4.2-3 +- Fix install error + * Wed Jan 26 2022 zhangy1317 - 0.4.2-2 - Remove python2 -- Gitee