From 6554edf933b959f2bdf590b2883f48cf1c243556 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Thu, 14 Mar 2024 20:08:14 +0800 Subject: [PATCH] add BuildRequires:gobject-introspection-devel (cherry picked from commit d27fa7c575f302ba69be512c0bcb060c9019af11) --- libmbim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmbim.spec b/libmbim.spec index 569f280..7c56817 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,6 +1,6 @@ Name: libmbim Version: 1.30.0 -Release: 1 +Release: 2 Summary: A glib-based library for talking to WWAN modems and devices License: LGPLv2+ URL: https://gitlab.freedesktop.org/mobile-broadband/libmbim @@ -8,7 +8,7 @@ Source: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archiv BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc -BuildRequires: libxslt python3-unversioned-command help2man meson +BuildRequires: libxslt python3-unversioned-command help2man meson gobject-introspection-devel Provides: %{name}-utils = %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release} @@ -67,6 +67,9 @@ cp -a src/mbimcli/mbimcli %{buildroot}%{_datadir}/bash-completion/completions/ %{_mandir}/man1/* %changelog +* Thu Mar 14 2024 panchenbo - 1.30.0-2 +- add BuildRequires:gobject-introspection-devel + * Fri Dec 29 2023 zhouwenpei - 1.30.0-1 - update to 1.30.0