From f82cef45c6722c76a1d50696778e262035941f30 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:06:11 +0000 Subject: [PATCH] Fix install error --- python-sphinx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index e91fcad..7b2bfd9 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,6 +1,6 @@ Name: python-sphinx Version: 3.5.2 -Release: 1 +Release: 2 Epoch: 1 Summary: Python documentation generator License: BSD and MIT @@ -17,7 +17,7 @@ BuildRequires: python3-docutils BuildRequires: python3-imagesize BuildRequires: python3-jinja2 BuildRequires: python3-packaging -BuildRequires: python3-pygments +BuildRequires: python3-pygments == 2.8.1 BuildRequires: python3-requests BuildRequires: python3-sphinxcontrib-applehelp BuildRequires: python3-sphinxcontrib-devhelp @@ -72,7 +72,7 @@ the Python docs: Summary:Python documentation generator Requires: python-sphinx-locale = %{?epoch}:%{version}-%{release} -Requires: python3-babel python3-docutils python3-jinja2 python3-pygments +Requires: python3-babel python3-docutils python3-jinja2 python3-pygments == 2.8.1 Requires: python3-snowballstemmer python3-sphinx_rtd_theme python3-sphinx-theme-alabaster Requires: python3-imagesize python3-requests python3-six python3-packaging Requires: environment(modules) python3-sphinxcontrib-websupport python3-mock @@ -225,6 +225,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 1:3.5.2-2 +- Fix install error + * Tue Jul 27 2021 OpenStack_SIG - 3.5.2-1 - update to 3.5.2 -- Gitee