From 3f40e3f9ac44dabe23223af03e1e3a7953f377f896bbc109ab1d41b7d10a6108 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 30 Sep 2021 11:18:49 +0000 Subject: [PATCH] Accepting request 922302 from home:Guillaume_G:branches:GNOME:Factory - Ignore test failure on 32-bit arm, as it is done for 32-bit x86 https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 OBS-URL: https://build.opensuse.org/request/show/922302 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=258 --- libsoup.changes | 6 ++++++ libsoup.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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