From 0492c864df9b2729bbc71aaa8089cf47cb4d56f9 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 8 Apr 2019 11:12:42 -0400 Subject: [PATCH] updaing deps in prep to enable docs build --- python-jaraco-packaging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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