diff --git a/python-jaraco-packaging.spec b/python-jaraco-packaging.spec index 6ff585d..2ed9f76 100644 --- a/python-jaraco-packaging.spec +++ b/python-jaraco-packaging.spec @@ -7,7 +7,7 @@ Name: python-%{pkg_name} Version: 6.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools to supplement packaging Python releases License: MIT @@ -32,7 +32,7 @@ A Parent package for jaraco's parent dir and init file. %package -n python3-%{pkg_name} Summary: %{summary} Requires: python3-jaraco -Requires: python3dist(rst-linker) +Requires: python3dist(rst.linker) Requires: python3dist(six) >= 1.4 Requires: python3dist(setuptools) @@ -59,7 +59,7 @@ version or author name. Summary: jaraco.packaging documentation BuildRequires: python3dist(sphinx) -BuildRequires: python3dist(rst-linker) +BuildRequires: python3dist(rst.linker) %description -n python-%{pkg_name}-doc Documentation for jaraco.packaging @@ -107,6 +107,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Tue Aug 20 2019 Miro HronĨok - 6.2-5 +- Fix dependency on rst.linker + * Tue Aug 20 2019 Dan Radez - 6.2-4 - removing the sed . to _ it's confusing and not needed