From 545c245b3dd0c36d2fcb3efb67fa688a05b35680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 20 Aug 2019 16:58:44 +0200 Subject: [PATCH] Fix dependency on rst.linker --- python-jaraco-packaging.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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