From 8169ce64e7b995c63d6e326126f3392912318434 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 15 Mar 2018 09:55:49 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libmbim.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libmbim.spec b/libmbim.spec index 98ee9c6..1453c12 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -3,7 +3,7 @@ Name: libmbim Summary: Support library for the Mobile Broadband Interface Model protocol Version: 1.16.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: http://freedesktop.org/software/libmbim Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz @@ -12,7 +12,7 @@ BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: pkgconfig BuildRequires: automake autoconf libtool -BuildRequires: python >= 2.7 +BuildRequires: python2 >= 2.7 BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: gtk-doc @@ -83,6 +83,10 @@ make check %changelog +* Thu Mar 15 2018 Iryna Shcherbina - 1.16.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild