s390x: disable usbredir
Unit test failure which seems a endianess problem in libusb library. Shouldn't be a major issue in s390x arch so for the time being, disabling usbredir while issue is being handled upstream: https://gitlab.freedesktop.org/spice/spice-gtk/issues/120
This commit is contained in:
parent
4bef931bd5
commit
88d3054536
@ -123,6 +123,9 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%{mjpegflag} \
|
||||
%{celt051flag} \
|
||||
%{pulseflag} \
|
||||
%ifarch s390x # https://gitlab.freedesktop.org/spice/spice-gtk/issues/120
|
||||
-Dusbredir=disabled \
|
||||
%endif
|
||||
%if 0%{?flatpak}
|
||||
-Dpolkit=disabled
|
||||
%else
|
||||
@ -194,6 +197,7 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%changelog
|
||||
* Mon Mar 16 2020 Victor Toso <victortoso@redhat.com> - 0.38-1
|
||||
- Update to v0.38
|
||||
- s390x: disable usbredir
|
||||
|
||||
* Tue Feb 25 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.37-6
|
||||
- Fix FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=1800106
|
||||
|
Loading…
Reference in New Issue
Block a user