From 7a9d8a661aefc9e44b9f1ffb727aad3bf829f932 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 9 Jan 2018 18:55:54 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libnl3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libnl3.spec b/libnl3.spec index a70c7b3..387c067 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -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 - 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 - 3.4.0-1 - Update to 3.4.0