From 599f3d4eb62e7848e06058f0e2bc7b9f0bfd922d4fb727f912a29789fa4d49df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 06:41:49 +0000 Subject: [PATCH] Accepting request 760982 from home:StefanBruens:branches:openSUSE:Factory - Only require python3-base package for building instead of full python3 package. OBS-URL: https://build.opensuse.org/request/show/760982 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=28 --- libqmi.changes | 6 ++++++ libqmi.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libqmi.changes b/libqmi.changes index 4d15ee7..553cd2e 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 4 17:47:58 UTC 2020 - Stefan BrĂ¼ns + +- Only require python3-base package for building instead of + full python3 package. + ------------------------------------------------------------------- Sun Dec 15 10:18:24 UTC 2019 - Martin Hauke diff --git a/libqmi.spec b/libqmi.spec index 609f9cc..eda2c8d 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,7 +1,7 @@ # # spec file for package libqmi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,14 +24,14 @@ Version: 1.24.2 Release: 0 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+ Summary: Library to control QMI devices -License: LGPL-2.1+ AND GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Hardware/Modem URL: https://www.freedesktop.org/wiki/Software/libqmi/ Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz Source99: libqmi-rpmlintrc BuildRequires: pkgconfig -BuildRequires: python3 +BuildRequires: python3-base BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.36