diff --git a/python-sphinx.spec b/python-sphinx.spec index 9a83d21d452b3a9254e775e0e8f4058928668d1a..5d9ab105e889fe98288c0ece9db17fff256e1d74 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-Sphinx Version: 2.2.0 -Release: 2 +Release: 3 Summary: Python documentation generator License: BSD URL: http://sphinx-doc.org/ @@ -22,7 +22,6 @@ Provides: python-sphinx # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel # General requires @@ -140,6 +139,9 @@ make test %{_docdir}/* %changelog +* Tue Feb 22 2022 huangtianhua - 2.2.0-3 +- Remove python3-pbr requires to avoid cycle dependency + * Fri Feb 11 2022 huangtianhua - 2.2.0-2 - Adds sphinx-{apidoc,autogen,build,quickstart}-3 commands back