diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index d45e6b4..001b4e2 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -14,7 +14,6 @@ Patch0: Drop-coverage-from-tests.patch BuildArch: noarch BuildRequires: git -BuildRequires: python3-coverage BuildRequires: python3-devel BuildRequires: python3-dns BuildRequires: python3-pyasn1 @@ -57,6 +56,9 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Thu Apr 08 2021 Robbie Harwood - 1.0.0-5 +- Actually drop coverage dependency + * Fri Jan 29 2021 Robbie Harwood - 1.0.0-4 - Drop unused dependency on python3-mock - Resolves: #1922344