diff --git a/python-aiodns.spec b/python-aiodns.spec index 1b7dcdd..99bf33e 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -10,7 +10,7 @@ Name: python-aiodns Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple DNS resolver for asyncio License: MIT @@ -25,7 +25,7 @@ BuildRequires: python3-devel BuildRequires: python3-pycares %endif # with python3 Requires: python2-pycares -Requires: python-trollius +Requires: python2-trollius %description aiodns provides a simple way for doing asynchronous DNS resolutions @@ -36,7 +36,7 @@ with a synchronous looking interface by using pycares. Summary: Simple DNS resolver for asyncio BuildArch: noarch Requires: python2-pycares -Requires: python-trollius +Requires: python2-trollius %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} @@ -112,5 +112,9 @@ with a synchronous looking interface by using pycares. %changelog +* Wed Apr 18 2018 Iryna Shcherbina - 1.1.1-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Apr 4 2018 Matthieu Saulnier - 1.1.1-1 - Initial package