|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
|
|
|
|
|
|
|
|
|
|
Name: ModemManager
|
|
|
|
|
Version: 1.18.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.20.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mobile broadband modem management service
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
|
|
|
|
|
Source: https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
|
|
|
|
|
Source: https://gitlab.com/linux-mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
# For mbim-proxy and qmi-proxy
|
|
|
|
|
Requires: libmbim-utils
|
|
|
|
@ -35,10 +35,11 @@ BuildRequires: glib2-devel >= 2.56
|
|
|
|
|
BuildRequires: gobject-introspection-devel >= 1.38
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: libgudev1-devel >= 232
|
|
|
|
|
BuildRequires: libmbim-devel >= 1.26.0
|
|
|
|
|
BuildRequires: libqmi-devel >= 1.30.2
|
|
|
|
|
BuildRequires: libmbim-devel >= 1.28.0
|
|
|
|
|
BuildRequires: libqmi-devel >= 1.32.0
|
|
|
|
|
BuildRequires: libqrtr-glib-devel >= 1.0.0
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: systemd-devel >= 209
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: polkit-devel
|
|
|
|
@ -179,6 +180,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.18.2-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.20.2-1
|
|
|
|
|
- Update to 1.20.2
|
|
|
|
|
|
|
|
|
|
* Wed Dec 15 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-3
|
|
|
|
|
- Rebuild to update libqmi's libqrtr support (rh #2032807)
|
|
|
|
|
|
|
|
|
|