From bbf3996ba65272c9fa9b70b9591c90d726dfac5d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 Apr 2010 20:58:47 +0000 Subject: [PATCH] - New upstream version 1.3.3. - New virt-resize option --LV-expand. - New API: lvresize-free. - Fixes RHBZ#581501. --- .cvsignore | 2 +- libguestfs.spec | 20 +++++++++----------- sources | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index f735e20..3bbffd8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libguestfs-1.3.2.tar.gz +libguestfs-1.3.3.tar.gz diff --git a/libguestfs.spec b/libguestfs.spec index 143753f..a80937b 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -41,8 +41,8 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.3.2 -Release: 3%{?dist} +Version: 1.3.3 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -462,8 +462,7 @@ export LIBGUESTFS_DEBUG=1 # 563103 all F-13 glibc incorrect emulation of preadv/pwritev # (WORKAROUND using LD_PRELOAD) # 567567 32-bit all guestfish xstrtol test failure on 32-bit (FIXED) -# 575734 all F-14 microsecond resolution for blkid cache -# (FIXED upstream but still broken in F-14) +# 575734 all F-14 microsecond resolution for blkid cache (FIXED) # Workaround #563103 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 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 # of the ISO in the test itself. Need to fix the test to work out the # checksum at runtime. @@ -703,6 +695,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 11 2010 Richard W.M. Jones - 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 - 1:1.3.2-3 - Disable checksum-device test. diff --git a/sources b/sources index dac4967..0e11f85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b980879ac1245c16017d1abe1952aa81 libguestfs-1.3.2.tar.gz +32f1f7fcf35ebeab6716d54084681af3 libguestfs-1.3.3.tar.gz