import ModemManager-1.18.2-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 14:11:55 -05:00 committed by Stepan Oksanichenko
parent 192729fffe
commit 7587539917
3 changed files with 18 additions and 8 deletions

View File

@ -1 +1 @@
7af36416f71f676cf5e27d4cf2f1a3b5062e54ac SOURCES/ModemManager-1.14.10.tar.xz
7b439c22ad93924328d450eb9252766d523a9cf6 SOURCES/ModemManager-1.18.2.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ModemManager-1.14.10.tar.xz
SOURCES/ModemManager-1.18.2.tar.xz

View File

@ -3,8 +3,8 @@
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
Name: ModemManager
Version: 1.14.10
Release: 6%{?dist}
Version: 1.18.2
Release: 1%{?dist}
Summary: Mobile broadband modem management service
License: GPLv2+
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
@ -31,12 +31,13 @@ BuildRequires: automake autoconf libtool autoconf-archive
BuildRequires: dbus
BuildRequires: dbus-daemon
BuildRequires: gettext-devel >= 0.19.8
BuildRequires: glib2-devel >= 2.36
BuildRequires: glib2-devel >= 2.56
BuildRequires: gobject-introspection-devel >= 1.38
BuildRequires: gtk-doc
BuildRequires: libgudev1-devel >= 143
BuildRequires: libmbim-devel >= 1.24.0
BuildRequires: libqmi-devel >= 1.26.0
BuildRequires: libgudev1-devel >= 232
BuildRequires: libmbim-devel >= 1.26.0
BuildRequires: libqmi-devel >= 1.30.0
#BuildRequires: libqrtr-glib-devel >= 1.0.0
BuildRequires: make
BuildRequires: systemd-devel >= 209
BuildRequires: vala
@ -102,6 +103,9 @@ autoreconf -vif
--enable-gtk-doc \
--with-qmi=yes \
--with-mbim=yes \
%ifarch aarch64
--enable-plugin-qcom-soc \
%endif
--disable-static \
--with-polkit=permissive \
--with-dist-version=%{version}-%{release}
@ -172,6 +176,12 @@ find %{buildroot} -type f -name "*.la" -delete
%{_datadir}/vala/vapi/libmm-glib.*
%changelog
* Thu Oct 7 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-1
- Upgrade to 1.18.2
* Mon Sep 13 2021 Wen Liang <wenliang@redhat.com> - 1.18.0-1
- Update to 1.18.0
* Fri Aug 20 2021 Thomas Haller <thaller@redhat.com> - 1.14.10-6
- depend ModemManager on polkit package (rh #1995186)