From a263a560401e8a7db60a3418720997866e1001a9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 27 Jul 2018 15:02:09 +0200 Subject: [PATCH] Re-add conditional for RHEL7 --- gnome-bluetooth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 184cb3a..8921450 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -27,7 +27,10 @@ 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 Requires: bluez-obexd +%endif %ifnarch s390 s390x Requires: pulseaudio-module-bluetooth %endif @@ -97,7 +100,7 @@ install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluet * Fri Jul 27 2018 Bastien Nocera - 3.28.1-2 + gnome-bluetooth-3.28.1-2 - Remove a number of unused BRs -- Remove obexd conditional +- Remove obexd conditional for RHEL > 7 * Thu Jul 19 2018 Bastien Nocera - 3.28.1-1 + gnome-bluetooth-3.28.1-1