import ModemManager-1.18.2-1.el9
This commit is contained in:
parent
192729fffe
commit
7587539917
@ -1 +1 @@
|
|||||||
7af36416f71f676cf5e27d4cf2f1a3b5062e54ac SOURCES/ModemManager-1.14.10.tar.xz
|
7b439c22ad93924328d450eb9252766d523a9cf6 SOURCES/ModemManager-1.18.2.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ModemManager-1.14.10.tar.xz
|
SOURCES/ModemManager-1.18.2.tar.xz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
|
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
|
||||||
|
|
||||||
Name: ModemManager
|
Name: ModemManager
|
||||||
Version: 1.14.10
|
Version: 1.18.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mobile broadband modem management service
|
Summary: Mobile broadband modem management service
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
|
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
|
||||||
@ -31,12 +31,13 @@ BuildRequires: automake autoconf libtool autoconf-archive
|
|||||||
BuildRequires: dbus
|
BuildRequires: dbus
|
||||||
BuildRequires: dbus-daemon
|
BuildRequires: dbus-daemon
|
||||||
BuildRequires: gettext-devel >= 0.19.8
|
BuildRequires: gettext-devel >= 0.19.8
|
||||||
BuildRequires: glib2-devel >= 2.36
|
BuildRequires: glib2-devel >= 2.56
|
||||||
BuildRequires: gobject-introspection-devel >= 1.38
|
BuildRequires: gobject-introspection-devel >= 1.38
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libgudev1-devel >= 143
|
BuildRequires: libgudev1-devel >= 232
|
||||||
BuildRequires: libmbim-devel >= 1.24.0
|
BuildRequires: libmbim-devel >= 1.26.0
|
||||||
BuildRequires: libqmi-devel >= 1.26.0
|
BuildRequires: libqmi-devel >= 1.30.0
|
||||||
|
#BuildRequires: libqrtr-glib-devel >= 1.0.0
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: systemd-devel >= 209
|
BuildRequires: systemd-devel >= 209
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
@ -102,6 +103,9 @@ autoreconf -vif
|
|||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-qmi=yes \
|
--with-qmi=yes \
|
||||||
--with-mbim=yes \
|
--with-mbim=yes \
|
||||||
|
%ifarch aarch64
|
||||||
|
--enable-plugin-qcom-soc \
|
||||||
|
%endif
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-polkit=permissive \
|
--with-polkit=permissive \
|
||||||
--with-dist-version=%{version}-%{release}
|
--with-dist-version=%{version}-%{release}
|
||||||
@ -172,6 +176,12 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%{_datadir}/vala/vapi/libmm-glib.*
|
%{_datadir}/vala/vapi/libmm-glib.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 20 2021 Thomas Haller <thaller@redhat.com> - 1.14.10-6
|
||||||
- depend ModemManager on polkit package (rh #1995186)
|
- depend ModemManager on polkit package (rh #1995186)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user