Rebuild to update libqmi's libqrtr support

Related: #2032807
Related: #1996716
This commit is contained in:
Ana Cabral 2021-12-15 14:24:29 -03:00
parent a8720e007d
commit 068ba5d8ad

View File

@ -4,7 +4,7 @@
Name: ModemManager
Version: 1.18.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Mobile broadband modem management service
License: GPLv2+
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
@ -36,7 +36,7 @@ BuildRequires: gobject-introspection-devel >= 1.38
BuildRequires: gtk-doc
BuildRequires: libgudev1-devel >= 232
BuildRequires: libmbim-devel >= 1.26.0
BuildRequires: libqmi-devel >= 1.30.0
BuildRequires: libqmi-devel >= 1.30.2
BuildRequires: libqrtr-glib-devel >= 1.0.0
BuildRequires: make
BuildRequires: systemd-devel >= 209
@ -176,6 +176,9 @@ find %{buildroot} -type f -name "*.la" -delete
%{_datadir}/vala/vapi/libmm-glib.*
%changelog
* Wed Dec 15 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-3
- Rebuild to update libqmi's libqrtr support (rh #2032807)
* Fri Dec 10 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-2
- Include libqrtr-glib build dependency (rh #1996716)