Disable tests because of Rawhide kernel bug that prevents booting.
This commit is contained in:
parent
b3d4bfd09f
commit
5bc0881a9d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user