From 52521491445b8f2e7d77d79e4a84bc5ba877a270 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 24 Jul 2019 13:39:26 +0000 Subject: [PATCH] Change out python3-coverage with standard lookup call. --- python-waitress.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-waitress.spec b/python-waitress.spec index 82226ce..560beb5 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Waitress WSGI server License: ZPLv2.1 @@ -50,7 +50,7 @@ Summary: Waitress WSGI server BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose -BuildRequires: python3-coverage +BuildRequires: python3.6dist(coverage) %description -n python3-%{srcname} %{_description} @@ -85,6 +85,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Wed Jul 24 2019 Stephen Smoogen - 1.2.1-2.1 +- Change out python3-coverage with standard lookup call. + * Sat Jun 29 2019 Kevin Fenzi - 1.2.1-2 - Remove non free docs from src.rpm and provide script to do so before upload. - Fixes bug #1684335