diff --git a/saltbundlepy-m2crypto.changes b/saltbundlepy-m2crypto.changes index 5a6790f..7f863ab 100644 --- a/saltbundlepy-m2crypto.changes +++ b/saltbundlepy-m2crypto.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 25 12:34:26 UTC 2026 - Victor Zhestkov + +- Skip test_is32bit or test_server_simple_timeouts on Debian 13 + with building on armv7l architecture as failing. + Tests will be fixed with the next M2Crypto release. + ------------------------------------------------------------------- Fri Dec 19 10:27:32 UTC 2025 - Victor Zhestkov diff --git a/saltbundlepy-m2crypto.spec b/saltbundlepy-m2crypto.spec index 72d183e..d0623d1 100644 --- a/saltbundlepy-m2crypto.spec +++ b/saltbundlepy-m2crypto.spec @@ -105,6 +105,12 @@ donttest="test_verify_with_static_callback" # Skip test failing due to tls1 disabled by default in Ubuntu 20.04 donttest="$donttest or test_tls1_ok" %endif +%if 0%{?debian} == 13 +%ifarch armhf +# Skip test failing with Debain 13 on armv7l +donttest="$donttest or test_is32bit or test_server_simple_timeouts" +%endif +%endif %if 0%{?rhel} >= 10 # Ignore test_IP_call as it's causing test getting stuck in OBS donttest="$donttest or test_IP_call"