Disable tests because of Rawhide kernel bug that prevents booting.

This commit is contained in:
Richard W.M. Jones 2013-02-25 21:41:01 +00:00
parent b3d4bfd09f
commit 5bc0881a9d
1 changed files with 6 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.21.14
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -774,8 +774,11 @@ export SKIP_TEST_CHARSET_FIDELITY=1
export SKIP_TEST_VIRT_MAKE_FS_BTRFS=1
%if %{runtests}
# Disabled all tests because of Rawhide kernel bug RHBZ#915494.
%if 0
make check -k
%endif
%endif
%install
@ -1032,8 +1035,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
%changelog
* Mon Feb 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.14-1
* Mon Feb 25 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.14-2
- New upstream version 1.21.14.
- Disable tests because of Rawhide kernel bug that prevents booting.
* Wed Feb 20 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.13-1
- New upstream version 1.21.13.