From f5564f39f6cdae92a338f372124023f8aba533d3 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Apr 07 2016 19:55:21 +0000 Subject: Disable tests on POWER because of RHBZ#1293024. (cherry picked from commit 069dd8fe2a4d7b971f931e9715805d377950f691) --- diff --git a/libguestfs.spec b/libguestfs.spec index 9b6f67e..37d0ce6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -20,7 +20,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.33.18 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ # Source and patches. @@ -883,9 +883,10 @@ popd %check -# https://bugzilla.redhat.com/show_bug.cgi?id=1302071 -# https://bugzilla.redhat.com/show_bug.cgi?id=1303147 -%ifnarch %{ix86} %{arm} +# ix86: https://bugzilla.redhat.com/show_bug.cgi?id=1302071 +# arm: https://bugzilla.redhat.com/show_bug.cgi?id=1303147 +# power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024 +%ifnarch %{ix86} %{arm} %{power64} # Note that the major tests are done after the package has been built. # @@ -1337,6 +1338,9 @@ rm ocaml/html/.gitignore %changelog +* Thu Apr 07 2016 Richard W.M. Jones - 1:1.33.18-2 +- Disable tests on POWER because of RHBZ#1293024. + * Tue Apr 05 2016 Richard W.M. Jones - 1:1.33.18-1 - New upstream version 1.33.18.