From 489cb15544a26d9b7b7084c1293d4dbeb8755a5e Mon Sep 17 00:00:00 2001 From: Ana Cabral Date: Wed, 15 Dec 2021 07:32:23 -0300 Subject: [PATCH] Include libqrtr build dependency Resolves: #2032807 --- libqmi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libqmi.spec b/libqmi.spec index 4f4dcac..5146929 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,6 +1,6 @@ Name: libqmi Version: 1.30.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol License: LGPLv2+ URL: http://freedesktop.org/software/libqmi @@ -12,7 +12,7 @@ BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: libmbim-devel >= 1.18.0 -#BuildRequires: libqrtr-glib-devel +BuildRequires: libqrtr-glib-devel BuildRequires: make BuildRequires: python3 @@ -86,6 +86,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Wed Dec 15 2021 Ana Cabral - 1.30.2-2 +- Include libqrtr build dependency (rh #2032807) + * Tue Sep 07 2021 Wen Liang - 1.30.2-1 - Update to 1.30.2