From 9d3652479279ee71791526140d870bcefc8badc0 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 5 Apr 2019 16:16:33 -0400 Subject: [PATCH] fixing the requires again --- python-jaraco-packaging.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/python-jaraco-packaging.spec b/python-jaraco-packaging.spec index 807f2b4..64d2d5b 100644 --- a/python-jaraco-packaging.spec +++ b/python-jaraco-packaging.spec @@ -7,7 +7,7 @@ Name: python-%{pkg_name} Version: 6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools to supplement packaging Python releases License: MIT @@ -16,7 +16,7 @@ Source0: https://files.pythonhosted.org/packages/source/j/%{pypi_name}/%{ BuildArch: noarch %description - Tools for packaging.dependency_tree A dist-utils command for reporting the +Tools for packaging.dependency_tree A dist-utils command for reporting the dependency tree as resolved by setup-tools. Use after installing a package.show A dist-utils command for reporting the attributes of a distribution, such as the version or author name. @@ -31,7 +31,7 @@ A Parent package for jaraco's parent dir and init file. %package -n python3-%{pkg_name} Summary: %{summary} -Requires: python3dist(jaraco) +Requires: python3-jaraco Requires: python3dist(rst-linker) Requires: python3dist(six) >= 1.4 Requires: python3dist(setuptools) @@ -42,7 +42,11 @@ BuildRequires: python3dist(six) >= 1.4 %{?python_provide:%python_provide python3-%{pkg_name}} %description -n python3-%{pkg_name} -%{description} +Tools for packaging.dependency_tree A dist-utils command for reporting the +dependency tree as resolved by setup-tools. Use after installing a package.show +A dist-utils command for reporting the attributes of a distribution, such as the +version or author name. + %if %{with docs} BuildRequires: python3dist(sphinx) @@ -96,11 +100,17 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Fri Apr 05 2019 Dan Radez - 6.1-5 +- fixing python-jaraco-packaging requires... again + * Fri Apr 05 2019 Dan Radez - 6.1-4 - fixing python-jaraco-packaging requires. + * Fri Apr 05 2019 Dan Radez - 6.1-3 - adding python-jaraco subpackage. + * Fri Apr 05 2019 Dan Radez - 6.1-2 - adding py3 subpackage. + * Tue Apr 02 2019 Dan Radez - 6.1-1 - Initial package.