Sync from SUSE:SLFO:Main ModemManager revision 988bd08fb8aafc22c6a38e49a1748f62

This commit is contained in:
Adrian Schröter 2025-02-26 11:59:10 +01:00
parent 14e16470b5
commit 191271ee29
4 changed files with 45 additions and 12 deletions

BIN
ModemManager-1.20.6.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
ModemManager-1.22.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Oct 15 11:59:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks (PED-266).
-------------------------------------------------------------------
Mon Sep 23 15:48:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.0:
+ A new "MSG" (message) log verbosity level is introduced, which
is also the new default one if none explicitly defined. This
level takes the place of the old "INFO" level, as a level
including the most important messages that should be logged
without needing to be warnings or errors. The new "INFO" level
is more verbose than "MSG" but less verbose than "DBG", and may
be useful as default in systems where active debugging of WWAN
related issues is required. E.g. all user operations triggered
via DBus method calls are logged in "INFO" level.
+ Introduced the concept of "personal information" which should
by default not be included in log messages. Enabling personal
information in logs requires to run the daemon with the
'--log-personal-info' option. This feature is mostly
implemented for QMI and MBIM specific logs, but hasn't yet been
included in generic daemon logs or when using the AT protocol.
Changes and fixes related to this feature will be cherry-picked
and included in the future stable branch updates.
- Update URL and Source adresses.
-------------------------------------------------------------------
Fri Oct 6 17:30:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add explicit /usr/bin/dbus-daemon BuildRequires: Needed for
tests.
-------------------------------------------------------------------
Sat Apr 8 20:18:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ModemManager
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,13 @@
%define _udevdir %(pkg-config --variable udevdir udev)
Name: ModemManager
Version: 1.20.6
Version: 1.22.0
Release: 0
Summary: DBus interface for modem handling
License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: Productivity/Networking/System
URL: http://cgit.freedesktop.org/ModemManager/ModemManager
Source0: https://gitlab.com/linux-mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
URL: https://modemmanager.org/
Source0: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: dbus-1-glib-devel
BuildRequires: gobject-introspection-devel >= 0.9.6
@ -46,12 +46,14 @@ BuildRequires: pkgconfig(gmodule-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: pkgconfig(libsystemd) >= 209
BuildRequires: pkgconfig(mbim-glib) >= 1.28.0
BuildRequires: pkgconfig(mbim-glib) >= 1.30.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires: pkgconfig(qmi-glib) >= 1.32.0
BuildRequires: pkgconfig(qmi-glib) >= 1.34.0
BuildRequires: pkgconfig(qrtr-glib)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
# Needed for tests
BuildRequires: /usr/bin/dbus-daemon
Requires: hicolor-icon-theme
Recommends: libmbim
Recommends: usb_modeswitch
@ -122,8 +124,6 @@ test -n "$pppddir" || exit 1
%install
%meson_install
# create suse-specific rcFOO link
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcModemManager
%find_lang ModemManager %{name}.lang
%check
@ -149,7 +149,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcModemManager
%doc AUTHORS README
%{_bindir}/mmcli
%{_sbindir}/ModemManager
%{_sbindir}/rcModemManager
%{_datadir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
%{_libdir}/ModemManager/
%{_datadir}/dbus-1/interfaces/*.xml