diff --git a/python-oauthlib.spec b/python-oauthlib.spec index e341cd3..e6e21cd 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -24,7 +24,7 @@ Name: python-oauthlib Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An implementation of the OAuth request-signing logic Group: Development/Libraries @@ -70,7 +70,7 @@ Requires: python2-jwcrypto %else Requires: python2-jwt %endif -Requires: python2-cryptography>=0.8.1 +Requires: python2-cryptography >= 0.8.1 %description -n python2-oauthlib OAuthLib is a generic utility which implements the logic of OAuth without @@ -105,7 +105,7 @@ Requires: python3-jwcrypto %else Requires: python3-jwt %endif -Requires: python3-cryptography>=0.8.1 +Requires: python3-cryptography >= 0.8.1 %description -n python3-oauthlib OAuthLib is a generic utility which implements the logic of OAuth without @@ -164,6 +164,9 @@ rm -rf %{modname}.egg-info %endif %changelog +* Fri Apr 13 2017 Dennis Gilmore - 2.0.1-2 +- add spaces around the >= for Requires + * Thu Mar 16 2017 John Dennis - 2.0.1-1 - Upgrade to upstream 2.0.1 - port from jwt to jwcrypto (conditional build)