Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-09 18:55:54 +01:00
parent 1ce14e56ee
commit 7a9d8a661a

View File

@ -1,6 +1,6 @@
Name: libnl3 Name: libnl3
Version: 3.4.0 Version: 3.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Convenience library for kernel netlink sockets Summary: Convenience library for kernel netlink sockets
Group: Development/Libraries Group: Development/Libraries
License: LGPLv2 License: LGPLv2
@ -15,7 +15,7 @@ Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.
#Patch1: some.patch #Patch1: some.patch
BuildRequires: flex bison BuildRequires: flex bison
BuildRequires: python BuildRequires: python2
BuildRequires: libtool autoconf automake BuildRequires: libtool autoconf automake
BuildRequires: swig BuildRequires: swig
BuildRequires: python2-devel BuildRequires: python2-devel
@ -154,6 +154,10 @@ popd
%{python3_sitearch}/netlink-*.egg-info %{python3_sitearch}/netlink-*.egg-info
%changelog %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 * Mon Oct 9 2017 Thomas Haller <thaller@redhat.com> - 3.4.0-1
- Update to 3.4.0 - Update to 3.4.0