diff --git a/libsoup.changes b/libsoup.changes index 998f2e8..213539b 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 30 08:04:00 UTC 2021 - Guillaume GARDET + +- Ignore test failure on 32-bit arm, as it is done for 32-bit x86 + https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 + ------------------------------------------------------------------- Sun Sep 26 18:27:41 UTC 2021 - Bjørn Lie diff --git a/libsoup.spec b/libsoup.spec index ad61262..14c5482 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -136,8 +136,9 @@ Features: %check # Run the regression tests using GnuTLS NORMAL priority export G_TLS_GNUTLS_PRIORITY=NORMAL +# Ignore test failure on 32-bit - https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 %meson_test \ -%ifarch %ix86 +%ifarch %ix86 %{arm} || : %endif %nil