From 6c72c168016b9baee7a9fe3e55e13c92bd753d56 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 24 Aug 2021 01:11:01 +0200 Subject: [PATCH] Disable the Flickr plugin ... and clean up the conditionals a bit. The Flickr integration has been disabled in GNOME Online Accounts and GNOME Photos [1]. Hence there are no consumers of the Flickr plugin and it can be disabled. As a nice side-effect, this will remove the dependency on liboauth. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1913641 Resolves: #1996896 --- grilo-plugins.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index e3c763d..5253040 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -6,7 +6,7 @@ Name: grilo-plugins Version: 0.3.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Plugins for the Grilo framework License: LGPLv2+ @@ -43,9 +43,9 @@ BuildRequires: libgdata-devel BuildRequires: totem-pl-parser-devel BuildRequires: tracker3-devel BuildRequires: json-glib-devel -BuildRequires: pkgconfig(oauth) %if ! 0%{?rhel} BuildRequires: libdmapsharing-devel +BuildRequires: pkgconfig(oauth) %endif %if ! 0%{?rhel} @@ -88,13 +88,13 @@ This package contains plugins to get information from theses sources: %if 0%{?rhel} -Denable-dleyna=no \ -Denable-dmap=no \ -%endif -%if ! 0%{?rhel} + -Denable-flickr=no \ +%else -Denable-dleyna=yes \ -Denable-dmap=yes \ + -Denable-flickr=yes \ %endif -Denable-filesystem=yes \ - -Denable-flickr=yes \ -Denable-freebox=yes \ -Denable-gravatar=yes \ -Denable-lua-factory=yes \ @@ -123,6 +123,10 @@ This package contains plugins to get information from theses sources: %{_libdir}/grilo-%{release_version}/*.so* %changelog +* Tue Aug 24 2021 Debarshi Ray - 0.3.13-6 +- Disable the Flickr plugin +Resolves: #1996896 + * Mon Aug 09 2021 Mohan Boddu - 0.3.13-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688