diff --git a/python-aiodns.spec b/python-aiodns.spec index 5c8e51d..7c59b39 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -2,10 +2,9 @@ %global srcname aiodns - Name: python-aiodns Version: 2.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Simple DNS resolver for asyncio License: MIT @@ -25,6 +24,7 @@ aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares. + %package -n python3-%{srcname} Summary: Simple DNS resolver for asyncio BuildArch: noarch @@ -60,12 +60,15 @@ with a synchronous looking interface by using pycares. %license LICENSE %doc README.rst ChangeLog # For noarch packages: sitelib -%{python3_sitelib}/%{srcname}-%{version}-*.egg-info/ +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/%{srcname}/ %changelog +* Sun Feb 14 2021 Matthieu Saulnier - 2.0.0-8 +- Replace glob with %%{python3_version} in %%files section + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild