From 76d450239fd8ac9d8326bce750a24764f50fd919 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 23 2019 13:15:54 +0000 Subject: Disable test_gdb in armhfp --- diff --git a/SPECS/python3.spec b/SPECS/python3.spec index e379743..f4ee5f7 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -1065,6 +1065,9 @@ CheckPython() { -wW --slowest --findleaks \ -x test_distutils \ -x test_bdist_rpm \ + %ifarch %{arm} + -x test_gdb \ + %endif %ifarch %{mips64} -x test_ctypes \ %endif @@ -1568,6 +1571,7 @@ fi %changelog * Tue May 21 2019 Pablo Greco - 3.6.8-2.0.1 - Fix tests with openssl 1.1.1. +- Disable test_gdb in armhfp * Wed Apr 3 2019 Miro HronĨok - 3.6.8-2 - Security fix for CVE-2019-9636 (rhbz#1693973)