diff --git a/python-oauthlib.spec b/python-oauthlib.spec index e6e21cd..03e6c25 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -24,7 +24,7 @@ Name: python-oauthlib Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An implementation of the OAuth request-signing logic Group: Development/Libraries @@ -68,7 +68,7 @@ BuildRequires: python2-cryptography %if %{with jwcrypto} Requires: python2-jwcrypto %else -Requires: python2-jwt +Requires: python-jwt %endif Requires: python2-cryptography >= 0.8.1 @@ -164,6 +164,9 @@ rm -rf %{modname}.egg-info %endif %changelog +* Mon Apr 17 2017 John Dennis - 2.0.1-3 +- fix dependency on python2-jwt, should be python-jwt + * Fri Apr 13 2017 Dennis Gilmore - 2.0.1-2 - add spaces around the >= for Requires