- 'test-getlogin_r.c:55: assertion failed' test must now be fixed in
gnulib/tests directory instead of daemon/tests (the latter directory no longer exists).
This commit is contained in:
parent
00198e8848
commit
ef12a59352
@ -30,7 +30,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.13.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://libguestfs.org/
|
||||
@ -629,6 +629,15 @@ export LIBGUESTFS_TRACE=1
|
||||
# checksum at runtime.
|
||||
export SKIP_TEST_CHECKSUM_DEVICE=1
|
||||
|
||||
# Work around 'test-getlogin_r.c:55: assertion failed' in Gnulib tests.
|
||||
pushd gnulib/tests
|
||||
borked=test-getlogin_r
|
||||
make $borked
|
||||
rm $borked
|
||||
touch $borked
|
||||
chmod +x $borked
|
||||
popd
|
||||
|
||||
%if %{runtests}
|
||||
# because of 728911
|
||||
%ifarch x86_64
|
||||
@ -866,9 +875,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.3-3
|
||||
* Mon Aug 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.3-4
|
||||
- New upstream version 1.13.3.
|
||||
- Remove hack for daemon/tests. Directory no longer exists.
|
||||
- 'test-getlogin_r.c:55: assertion failed' test must now be fixed in
|
||||
gnulib/tests directory instead of daemon/tests (the latter directory
|
||||
no longer exists).
|
||||
- Only run testsuite on x86_64 because of qemu bug.
|
||||
|
||||
* Tue Aug 2 2011 Richard W.M. Jones <rjones@redhat.com> - 1:1.13.2-3
|
||||
|
Loading…
Reference in New Issue
Block a user