diff --git a/python-jaraco-packaging.spec b/python-jaraco-packaging.spec index 64d2d5b..94ec51a 100644 --- a/python-jaraco-packaging.spec +++ b/python-jaraco-packaging.spec @@ -7,7 +7,7 @@ Name: python-%{pkg_name} Version: 6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools to supplement packaging Python releases License: MIT @@ -50,7 +50,7 @@ version or author name. %if %{with docs} BuildRequires: python3dist(sphinx) -BuildRequires: python3dist(rst-linker) +BuildRequires: python3-rst-linker %package -n python-%{pkg_name}-doc Summary: jaraco.packaging documentation @@ -100,6 +100,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Mon Apr 08 2019 Dan Radez - 6.1-6 +- Updating doc reqs in prep to enable doc build + * Fri Apr 05 2019 Dan Radez - 6.1-5 - fixing python-jaraco-packaging requires... again