diff --git a/python-signedjson.spec b/python-signedjson.spec index a438737..f652b69 100644 --- a/python-signedjson.spec +++ b/python-signedjson.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sign JSON with Ed25519 signatures License: ASL 2.0 @@ -35,7 +35,7 @@ BuildRequires: python2-unpaddedbase64 BuildRequires: python2-pynacl %endif Requires: python2-canonicaljson -Requires: python2-unpaddedbas64 +Requires: python2-unpaddedbase64 Requires: python2-pynacl %description -n python2-%{modname} %{_description} @@ -54,7 +54,7 @@ BuildRequires: python3-unpaddedbase64 BuildRequires: python3-pynacl %endif Requires: python3-canonicaljson -Requires: python3-unpaddedbas64 +Requires: python3-unpaddedbase64 Requires: python3-pynacl %description -n python3-%{modname} %{_description} @@ -91,6 +91,9 @@ nosetests-%{python3_version} -v %{python3_sitelib}/%{modname}/ %changelog +* Wed Dec 28 2016 Igor Gnatenko - 1.0.0-3 +- Fix typo in Requires + * Thu Dec 22 2016 Miro HronĨok - 1.0.0-2 - Rebuild for Python 3.6