Disable all tests because Rawhide kernel is broken (RHBZ#991808).

This commit is contained in:
Richard W.M. Jones 2013-08-04 16:24:16 +01:00
parent e8538357ea
commit 94f54a9263
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.23.13 Version: 1.23.13
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
# Source and patches. # Source and patches.
@ -637,12 +637,15 @@ for f in test-getaddrinfo test-utimens ; do
done done
popd popd
# Completely disabled because Rawhide kernel is broken (RHBZ#991808).
%if 0
# Disabled on ARM because of RHBZ#990258. # Disabled on ARM because of RHBZ#990258.
%ifnarch armv7hl %ifnarch armv7hl
%if %{runtests} %if %{runtests}
make check -k make check -k
%endif %endif
%endif %endif
%endif
%install %install
@ -911,6 +914,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
%changelog %changelog
* Sun Aug 4 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.13-2
- Disable all tests because Rawhide kernel is broken (RHBZ#991808).
* Sat Aug 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.13-1 * Sat Aug 3 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.23.13-1
- New upstream version 1.23.13. - New upstream version 1.23.13.