diff --git a/python-urllib-gssapi.spec b/python-urllib-gssapi.spec index f94d24a..92667f6 100644 --- a/python-urllib-gssapi.spec +++ b/python-urllib-gssapi.spec @@ -3,7 +3,7 @@ Name: python-%{sname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2 License: ASL 2.0 @@ -17,7 +17,6 @@ BuildRequires: git-core BuildRequires: python3-devel BuildRequires: python3-gssapi -BuildRequires: python3-nose BuildRequires: python3-setuptools %global _description\ @@ -52,6 +51,9 @@ Requires: python3-gssapi %{python3_sitelib}/%{s_name}* %changelog +* Fri Mar 19 2021 Robbie Harwood - 1.0.2-2 +- Drop dependency on python-nose + * Fri Mar 19 2021 Robbie Harwood - 1.0.2-1 - New upstream release (1.0.2)