Re-add conditional for RHEL7
This commit is contained in:
parent
36e2f77190
commit
a263a56040
@ -27,7 +27,10 @@ Provides: dbus-bluez-pin-helper
|
|||||||
# Otherwise we might end up with mismatching version
|
# Otherwise we might end up with mismatching version
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: bluez >= 5.0
|
Requires: bluez >= 5.0
|
||||||
|
# bluez-obexd is in the main bluez package for RHEL7
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
Requires: bluez-obexd
|
Requires: bluez-obexd
|
||||||
|
%endif
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Requires: pulseaudio-module-bluetooth
|
Requires: pulseaudio-module-bluetooth
|
||||||
%endif
|
%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
|
* Fri Jul 27 2018 Bastien Nocera <bnocera@redhat.com> - 3.28.1-2
|
||||||
+ gnome-bluetooth-3.28.1-2
|
+ gnome-bluetooth-3.28.1-2
|
||||||
- Remove a number of unused BRs
|
- 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
|
* Thu Jul 19 2018 Bastien Nocera <bnocera@redhat.com> - 3.28.1-1
|
||||||
+ gnome-bluetooth-3.28.1-1
|
+ gnome-bluetooth-3.28.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user