diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 4f39c7e..cf45c3b 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -10,7 +10,7 @@ Name: python-%{srcname} Version: 0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ECDSA cryptographic signature library License: MIT @@ -56,7 +56,7 @@ into other protocols. %package -n python3-%{srcname} Summary: ECDSA cryptographic signature library Requires: python3-six -%{?python_provide:%python_provide python2-%{srcname}} +%{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve @@ -115,6 +115,9 @@ rm ecdsa/six.py %changelog +* Sat Feb 13 2016 Orion Poplawski - 0.13-3 +- Fix provide typo + * Thu Feb 04 2016 Fedora Release Engineering - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild