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