Disable tests on POWER because of RHBZ#1293024.

This commit is contained in:
Richard W.M. Jones 2016-04-07 20:54:31 +01:00
parent d7d0592eb5
commit 069dd8fe2a
1 changed files with 8 additions and 4 deletions

View File

@ -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 <rjones@redhat.com> - 1:1.33.18-2
- Disable tests on POWER because of RHBZ#1293024.
* Tue Apr 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1:1.33.18-1
- New upstream version 1.33.18.