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