Add provides for python2-netaddr (RHBZ#1282129)

This commit is contained in:
John Eckersberg 2016-03-08 16:58:19 -05:00
parent ccd183123f
commit 0cc9e3f6e7

View File

@ -4,7 +4,7 @@
Name: python-netaddr Name: python-netaddr
Version: 0.7.18 Version: 0.7.18
Release: 5%{?dist} Release: 6%{?dist}
Summary: A pure Python network address representation and manipulation library Summary: A pure Python network address representation and manipulation library
License: BSD License: BSD
@ -16,6 +16,7 @@ BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: pytest BuildRequires: pytest
Provides: python2-netaddr = %{version}-%{release}
%description %description
A pure Python network address representation and manipulation library. A pure Python network address representation and manipulation library.
@ -154,6 +155,9 @@ LANG=en_US.UTF-8 py.test-%{python3_version}
%endif %endif
%changelog %changelog
* Tue Mar 8 2016 John Eckersberg <eck@redhat.com> - 0.7.18-6
- Add provides for python2-netaddr (RHBZ#1282129)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.18-5 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild