Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-15 09:55:49 +01:00
parent fff3ce3219
commit 8169ce64e7

View File

@ -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 <ishcherb@redhat.com> - 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 <releng@fedoraproject.org> - 1.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild