From dd8b0c00258b03fe6424ede73b951bf22fd40ef6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 14 Feb 2020 15:19:59 +0100 Subject: [PATCH] + grilo-plugins-0.3.10-3 Disable dleyna plugin on RHEL --- grilo-plugins.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 3be424c..b8f8d51 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -6,7 +6,7 @@ Name: grilo-plugins Version: 0.3.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Plugins for the Grilo framework License: LGPLv2+ @@ -37,7 +37,9 @@ BuildRequires: tracker-devel >= 2.3.0 BuildRequires: libdmapsharing-devel BuildRequires: json-glib-devel +%if ! 0%{?rhel} Requires: dleyna-server +%endif Requires: gnome-online-accounts%{_isa} >= %{goa_version} Requires: grilo%{_isa} >= %{grilo_version} @@ -74,7 +76,12 @@ This package contains plugins to get information from theses sources: -Denable-static=no \ -Denable-shoutcast=no \ -Denable-bookmarks=yes \ +%if ! 0%{?rhel} + -Denable-dleyna=no \ +%endif +%if 0%{?fedora} -Denable-dleyna=yes \ +%endif -Denable-dmap=yes \ -Denable-filesystem=yes \ -Denable-flickr=yes \ @@ -107,6 +114,10 @@ This package contains plugins to get information from theses sources: %{_libdir}/grilo-%{release_version}/*.so* %changelog +* Fri Feb 14 2020 Bastien Nocera - 0.3.10-3 ++ grilo-plugins-0.3.10-3 +- Disable dleyna plugin on RHEL + * Wed Jan 29 2020 Fedora Release Engineering - 0.3.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild