- New upstream version 1.3.3.
- New virt-resize option --LV-expand. - New API: lvresize-free. - Fixes RHBZ#581501.
This commit is contained in:
parent
5d754acb71
commit
bbf3996ba6
@ -1 +1 @@
|
|||||||
libguestfs-1.3.2.tar.gz
|
libguestfs-1.3.3.tar.gz
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -462,8 +462,7 @@ export LIBGUESTFS_DEBUG=1
|
|||||||
# 563103 all F-13 glibc incorrect emulation of preadv/pwritev
|
# 563103 all F-13 glibc incorrect emulation of preadv/pwritev
|
||||||
# (WORKAROUND using LD_PRELOAD)
|
# (WORKAROUND using LD_PRELOAD)
|
||||||
# 567567 32-bit all guestfish xstrtol test failure on 32-bit (FIXED)
|
# 567567 32-bit all guestfish xstrtol test failure on 32-bit (FIXED)
|
||||||
# 575734 all F-14 microsecond resolution for blkid cache
|
# 575734 all F-14 microsecond resolution for blkid cache (FIXED)
|
||||||
# (FIXED upstream but still broken in F-14)
|
|
||||||
|
|
||||||
# Workaround #563103
|
# Workaround #563103
|
||||||
cat > rhbz563103.c <<'EOF'
|
cat > rhbz563103.c <<'EOF'
|
||||||
@ -480,13 +479,6 @@ gcc -shared -Wl,-soname,rhbz563103.so.1 rhbz563103.o -o rhbz563103.so
|
|||||||
LD_PRELOAD=$(pwd)/rhbz563103.so
|
LD_PRELOAD=$(pwd)/rhbz563103.so
|
||||||
export LD_PRELOAD
|
export LD_PRELOAD
|
||||||
|
|
||||||
# Workaround #575734 in F-14
|
|
||||||
export SKIP_TEST_MKE2JOURNAL_U=1
|
|
||||||
export SKIP_TEST_MKE2JOURNAL_L=1
|
|
||||||
|
|
||||||
# Unknown why this fails - could be also #575734.
|
|
||||||
export SKIP_TEST_SWAPON_LABEL=1
|
|
||||||
|
|
||||||
# This test fails because we build the ISO after encoding the checksum
|
# This test fails because we build the ISO after encoding the checksum
|
||||||
# of the ISO in the test itself. Need to fix the test to work out the
|
# of the ISO in the test itself. Need to fix the test to work out the
|
||||||
# checksum at runtime.
|
# checksum at runtime.
|
||||||
@ -703,6 +695,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.3-1
|
||||||
|
- New upstream version 1.3.3.
|
||||||
|
- New virt-resize option --LV-expand.
|
||||||
|
- New API: lvresize-free.
|
||||||
|
- Fixes RHBZ#581501.
|
||||||
|
|
||||||
* Sun Apr 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.2-3
|
* Sun Apr 11 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.3.2-3
|
||||||
- Disable checksum-device test.
|
- Disable checksum-device test.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user