From f9d92766bfbc0355d750bb670c64a7b4cf515b01 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 10 Aug 2018 21:35:42 +0200 Subject: [PATCH] Fix RHEL 7 conditional --- gnome-bluetooth.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 3c13f47..a8372d4 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -27,8 +27,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 -# bluez-obexd is in the main bluez package for RHEL7 %if 0%{?rhel} && 0%{?rhel} <= 7 +# bluez-obexd is in the main bluez package for RHEL7 +%else Requires: bluez-obexd %endif %ifnarch s390 s390x