diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index 86b4e4c..d45e6b4 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -17,7 +17,6 @@ BuildRequires: git BuildRequires: python3-coverage BuildRequires: python3-devel BuildRequires: python3-dns -BuildRequires: python3-mock BuildRequires: python3-pyasn1 BuildRequires: python3-pytest BuildRequires: python3-setuptools @@ -58,11 +57,16 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Fri Jan 29 2021 Robbie Harwood - 1.0.0-4 +- Drop unused dependency on python3-mock +- Resolves: #1922344 + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 20 2021 Robbie Harwood - 1.0.0-2 - Drop coverage from tests +- Resolves: #1916739 * Tue Dec 08 2020 Robbie Harwood - 1.0.0-1 - New upstream version (1.0.0)