Python3 tests require libguestfs so disable on s390x.
This commit is contained in:
parent
9f21293e00
commit
02ca394e26
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user