Python3 tests require libguestfs so disable on s390x.

This commit is contained in:
Richard W.M. Jones 2017-12-05 14:21:39 +00:00
parent 9f21293e00
commit 02ca394e26
1 changed files with 3 additions and 0 deletions

View File

@ -380,6 +380,7 @@ make check -j1 || {
exit 1
}
%if 0%{?have_libguestfs}
%if 0%{?have_python3}
pushd python3
make check -j1 TESTS=test-python || {
@ -388,6 +389,7 @@ make check -j1 TESTS=test-python || {
}
popd
%endif
%endif
%endif
@ -530,6 +532,7 @@ popd
* Tue Dec 05 2017 Richard W.M. Jones <rjones@redhat.com> - 1.1.23-1
- New upstream version 1.1.23.
- Add example4 plugin.
- Python3 tests require libguestfs so disable on s390x.
* Sun Dec 03 2017 Richard W.M. Jones <rjones@redhat.com> - 1.1.22-1
- New upstream version 1.1.22.