Reenable LUKS, since RHBZ#804345 is reported to be fixed.

This commit is contained in:
Richard W.M. Jones 2012-03-19 12:44:38 +00:00
parent 48159fccdc
commit 7370ddcaf4
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.17.20
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -780,9 +780,6 @@ export LIBGUESTFS_TRACE=1
# checksum at runtime.
export SKIP_TEST_CHECKSUM_DEVICE=1
# RHBZ#804345: dm-crypt module is broken in F18.
export SKIP_TEST_LUKS_SH=1
# Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests.
pushd gnulib/tests
borked=test-getlogin_r
@ -1062,6 +1059,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.20-3
- Reenable LUKS, since RHBZ#804345 is reported to be fixed.
* Sun Mar 18 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.20-2
- Disable LUKS tests because LUKS is broken in Rawhide (RHBZ#804345).