From 660494c491c7a259329c7187e573905d2a0e3544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 24 May 2014 19:47:47 +0200 Subject: [PATCH] - Disable tests on s390 (#1100971) --- qemu.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 17ede15..0194f38 100644 --- a/qemu.spec +++ b/qemu.spec @@ -158,7 +158,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 2 License: GPLv2+ and LGPLv2+ and BSD Group: Development/Tools @@ -1099,7 +1099,8 @@ done # Disabled on aarch64 where it fails with several errors. Will # investigate and fix when we have access to real hardware - RWMJ. # 2014-03-24: Suddenly failing on arm32 as well - crobinso -%ifnarch aarch64 +# 2014-05-24: disable test on s390 (#1100971) - DH +%ifnarch aarch64 s390 make check %endif @@ -1541,6 +1542,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sat May 24 2014 Dan HorĂ¡k - 2:2.0.0-5 +- Disable tests on s390 (#1100971) + * Sun May 11 2014 Cole Robinson - 2:2.0.0-4 - Migration CVEs: CVE-2014-0182 etc.