diff --git a/python-wifi.spec b/python-wifi.spec index 894d614..9bbd4d8 100644 --- a/python-wifi.spec +++ b/python-wifi.spec @@ -1,6 +1,6 @@ Name: python-wifi Version: 0.5.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Python binding for the wireless extensions #python-wifi is licensed under LGPLv2+, however, the examples @@ -11,7 +11,7 @@ Source0: http://download.berlios.de/pythonwifi/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %global _description\ Python-Wifi is a Python library that provides access to information about a\ @@ -61,6 +61,10 @@ mv %{buildroot}/usr/man/man8/iw* %{buildroot}%{_mandir}/man8/ %{python_sitelib}/python_wifi*.egg-info %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 0.5.0-17 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.5.0-16 - Python 2 binary package renamed to python2-wifi See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3