diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 3c9dd4941ba6c0adf590915b66cb8dcef2fa528d..9f03eab94dc22e4e204394f0290df6c19a6c6543 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -3,7 +3,7 @@ Summary: Python style guide checker Name: python-%{module_name} Version: 2.8.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://pypi.python.org/pypi/%{module_name} Source0: %{pypi_source %{module_name}} @@ -34,7 +34,7 @@ sed --in-place "s:#!\s*/usr.*::" pycodestyle.py %build %py3_build -make -C docs man SPHINXBUILD=sphinx-build-%{python3_version} +make -C docs man SPHINXBUILD=sphinx-build %install %py3_install @@ -59,6 +59,9 @@ install -D docs/_build/man/%{module_name}.1 %{buildroot}%{_mandir}/man1/%{module %{_mandir}/man1/%{module_name}.1.gz %changelog +* Tue Sep 12 2023 Shuo Wang - 2.8.0-5 +- used sphinx-build directly for compatibility + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 2.8.0-4 - Rebuilt for OpenCloudOS Stream 23.09