From e45c543ca3a17712384865c51c327b7406253f83 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 5 Feb 2016 18:15:24 +0000 Subject: [PATCH] Don't run tests on x86, because kernel is broken there (https://bugzilla.redhat.com/show_bug.cgi?id=1302071) --- nbdkit.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index a4f4dc0..d4bd6ce 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -6,7 +6,7 @@ Name: nbdkit Version: 1.1.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NBD server License: BSD @@ -258,9 +258,12 @@ export LIBGUESTFS_TRACE=1 # Unlikely that libguestfs will work on ARM and PPC, so don't try running the # tests there. %ifnarch %{arm} ppc %{power64} +# Broken on i686 because of https://bugzilla.redhat.com/show_bug.cgi?id=1302071 +%ifnarch %{ix86} make check %endif %endif +%endif %ifarch %{ocaml_native_compiler} @@ -362,6 +365,10 @@ make check %changelog +* Fri Feb 05 2016 Richard W.M. Jones - 1.1.11-5 +- Don't run tests on x86, because kernel is broken there + (https://bugzilla.redhat.com/show_bug.cgi?id=1302071) + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild