Don't test on i686 because qemu TCG emulation (in 1.4.1-1.fc20) is not very stable.
This commit is contained in:
parent
5826f3ba7d
commit
2069185a26
@ -12,7 +12,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.21.34
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Source and patches.
|
||||
@ -615,8 +615,12 @@ done
|
||||
popd
|
||||
|
||||
%if %{runtests}
|
||||
# Don't test on i686 because qemu TCG emulation (in 1.4.1-1.fc20)
|
||||
# is not very stable.
|
||||
%ifnarch %{ix86}
|
||||
make check -k
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
@ -877,7 +881,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.34-1
|
||||
* Mon Apr 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.34-2
|
||||
- New upstream version 1.21.34.
|
||||
|
||||
* Thu Apr 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.33-1
|
||||
|
Loading…
Reference in New Issue
Block a user