From c2eddbcd97152d156163334ceb45035f4c297c75 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 3 Feb 2017 08:13:52 +0100 Subject: [PATCH] Add a RHEL conditional --- gnome-bluetooth.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 5f12229..c2d63a9 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -29,7 +29,9 @@ Provides: dbus-bluez-pin-helper # Otherwise we might end up with mismatching version Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: bluez >= 5.0 +%if 0%{?fedora} Requires: bluez-obexd +%endif %ifnarch s390 s390x Requires: pulseaudio-module-bluetooth %endif