diff --git a/python-pylibravatar.spec b/python-pylibravatar.spec index 607ecba..8dca580 100644 --- a/python-pylibravatar.spec +++ b/python-pylibravatar.spec @@ -7,7 +7,7 @@ Name: python-pylibravatar Version: 1.6 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python module for Libravatar Group: Development/Libraries @@ -23,7 +23,7 @@ BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-pydns +BuildRequires: python2-pydns %if 0%{?with_python3} BuildRequires: python3-devel @@ -38,7 +38,7 @@ avatar hosting service from within your Python applications. %package -n python2-pylibravatar Summary: %summary -Requires: python-pydns +Requires: python2-pydns %{?python_provide:%python_provide python2-pylibravatar} %description -n python2-pylibravatar %_description @@ -105,6 +105,10 @@ popd %endif %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 1.6-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.6-13 - Python 2 binary package renamed to python2-pylibravatar See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3