From a4395658bda602814e884d9a24961af2e2e1e448 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 23 Aug 2021 23:38:57 +0200 Subject: [PATCH] Drop the BuildRequires on liboauth The liboauth dependency is only used by Grilo's test UI, and is not essential for the proper functioning of the grilo RPM. Therefore, dropping this dependency might make it possible to remove liboauth from the distribution. Resolves: #1996880 --- grilo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/grilo.spec b/grilo.spec index fa0bd5e..292be01 100644 --- a/grilo.spec +++ b/grilo.spec @@ -3,7 +3,7 @@ Name: grilo Version: 0.3.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Content discovery framework License: LGPLv2+ @@ -22,7 +22,6 @@ BuildRequires: libsoup-devel BuildRequires: glib2-devel # For the test UI BuildRequires: gtk3-devel -BuildRequires: liboauth-devel BuildRequires: totem-pl-parser-devel # https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77 @@ -86,6 +85,10 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/ %{_datadir}/vala/ %changelog +* Mon Aug 23 2021 Debarshi Ray - 0.3.13-7 +- Drop the BuildRequires on liboauth +Resolves: #1996880 + * Mon Aug 09 2021 Mohan Boddu - 0.3.13-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688