Fix dependency on rst.linker

epel8
Miro Hrončok 5 years ago
parent de3dc55380
commit 545c245b3d

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

Loading…
Cancel
Save