Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
1ce14e56ee
commit
7a9d8a661a
@ -1,6 +1,6 @@
|
||||
Name: libnl3
|
||||
Version: 3.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Convenience library for kernel netlink sockets
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
@ -15,7 +15,7 @@ Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.
|
||||
#Patch1: some.patch
|
||||
|
||||
BuildRequires: flex bison
|
||||
BuildRequires: python
|
||||
BuildRequires: python2
|
||||
BuildRequires: libtool autoconf automake
|
||||
BuildRequires: swig
|
||||
BuildRequires: python2-devel
|
||||
@ -154,6 +154,10 @@ popd
|
||||
%{python3_sitearch}/netlink-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.4.0-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Mon Oct 9 2017 Thomas Haller <thaller@redhat.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user