diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index d1eeaa3..cc11a29 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?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,10 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Mon Apr 19 2021 Robbie Harwood - 1.0.0-6 +- Actually drop coverage dependency +- Resolves: #1916739 + * Fri Apr 16 2021 Mohan Boddu - 1.0.0-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937