Add provides for python2-netaddr (RHBZ#1282129)
This commit is contained in:
parent
ccd183123f
commit
0cc9e3f6e7
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.7.18
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
|
||||
License: BSD
|
||||
@ -16,6 +16,7 @@ BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: pytest
|
||||
Provides: python2-netaddr = %{version}-%{release}
|
||||
|
||||
%description
|
||||
A pure Python network address representation and manipulation library.
|
||||
@ -154,6 +155,9 @@ LANG=en_US.UTF-8 py.test-%{python3_version}
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user