Really ship python2-netifaces

This commit is contained in:
Orion Poplawski 2016-11-14 13:23:02 -07:00
parent 0cee13c90a
commit 4ed5926262

View File

@ -2,7 +2,7 @@
Name: python-netifaces Name: python-netifaces
Version: 0.10.5 Version: 0.10.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python library to retrieve information about network interfaces Summary: Python library to retrieve information about network interfaces
Group: Development/Libraries Group: Development/Libraries
@ -51,7 +51,7 @@ from network interfaces.
%py3_install %py3_install
%files %files -n python2-%{pypi_name}
%doc README.rst %doc README.rst
%{python2_sitearch}/%{pypi_name}-%{version}-*.egg-info/ %{python2_sitearch}/%{pypi_name}-%{version}-*.egg-info/
%{python2_sitearch}/%{pypi_name}.so %{python2_sitearch}/%{pypi_name}.so
@ -62,6 +62,9 @@ from network interfaces.
%{python3_sitearch}/%{pypi_name}*.so %{python3_sitearch}/%{pypi_name}*.so
%changelog %changelog
* Mon Nov 14 2016 Orion Poplawski <orion@cora.nwra.com> - 0.10.5-2
- Really ship python2-netifaces
* Mon Nov 14 2016 Orion Poplawski <orion@cora.nwra.com> - 0.10.5-1 * Mon Nov 14 2016 Orion Poplawski <orion@cora.nwra.com> - 0.10.5-1
- Update to 0.10.5 - Update to 0.10.5
- Ship python2-netifaces - Ship python2-netifaces