From 86cfb8bddd4915aeca2f9709d65e298086fc5cb8 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 23 Aug 2021 23:36:33 +0200 Subject: [PATCH] Drop the BuildRequires on liboauth from RHEL >= 9 --- grilo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/grilo.spec b/grilo.spec index 594e0c5..d04f094 100644 --- a/grilo.spec +++ b/grilo.spec @@ -3,7 +3,7 @@ Name: grilo Version: 0.3.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Content discovery framework License: LGPLv2+ @@ -20,9 +20,12 @@ BuildRequires: gobject-introspection-devel >= 0.9.0 BuildRequires: libxml2-devel BuildRequires: libsoup-devel BuildRequires: glib2-devel + # For the test UI BuildRequires: gtk3-devel +%if 0%{?fedora} BuildRequires: liboauth-devel +%endif BuildRequires: totem-pl-parser-devel # https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/77 @@ -86,6 +89,9 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/ %{_datadir}/vala/ %changelog +* Mon Aug 23 2021 Debarshi Ray - 0.3.13-6 +- Drop the BuildRequires on liboauth from RHEL >= 9 + * Thu Jul 22 2021 Fedora Release Engineering - 0.3.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild