diff --git a/.grilo-plugins.metadata b/.grilo-plugins.metadata new file mode 100644 index 0000000..bb12764 --- /dev/null +++ b/.grilo-plugins.metadata @@ -0,0 +1 @@ +3a72898ff7a2d9206daf302dc78ea68c2ece15aa grilo-plugins-0.3.13.tar.xz 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