Re-add conditional for RHEL7

This commit is contained in:
Bastien Nocera 2018-07-27 15:02:09 +02:00
parent 36e2f77190
commit a263a56040

View File

@ -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 <bnocera@redhat.com> - 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 <bnocera@redhat.com> - 3.28.1-1
+ gnome-bluetooth-3.28.1-1