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
This commit is contained in:
parent
8966407462
commit
6c72c16801
@ -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 <rishi@fedoraproject.org> - 0.3.13-6
|
||||
- Disable the Flickr plugin
|
||||
Resolves: #1996896
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
Loading…
Reference in New Issue
Block a user