From 3db8c6d279d9a0ae15e63ccd84d6d50c9fc6e2ddd4575d7e4f3625e64581f060 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 30 Jul 2013 19:01:17 +0000 Subject: [PATCH] - Update to version 1.20.10 * sysprep: On RHEL, firstboot script should be called S99... not 99. * fish: For -N option, add drive with explicit format = "raw". * daemon: Implement set-label for XFS and fix it for btrfs (RHBZ#986875). * mkfs: Use -b size= for xfs (RHBZ#981715). * cmd: Allow callers to override file-closing behaviour after fork. * daemon: hivex: Check that hivex_commit is passed an absolute path (RHBZ#981683). * daemon: Verify ext2/3/4 filesystem name before passing to mke2fs (RHBZ#978302). * virt-resize: Add notes about Windows and disk consistency (RHBZ#975753). * virt-resize: Take into account large start offset of the first partition when calculating overhead (RHBZ#974904). * launch: direct: Calculate appliance root correctly when iface drives are added (RHBZ#975797). OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=215 --- libguestfs-1.20.10.tar.xz | 3 +++ libguestfs-1.20.9.tar.xz | 3 --- libguestfs.changes | 15 +++++++++++++++ libguestfs.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 libguestfs-1.20.10.tar.xz delete mode 100644 libguestfs-1.20.9.tar.xz diff --git a/libguestfs-1.20.10.tar.xz b/libguestfs-1.20.10.tar.xz new file mode 100644 index 0000000..fb145f7 --- /dev/null +++ b/libguestfs-1.20.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25065a6fc1e4bcccda25368b1327d1cc779608b5afb10a0a8de47a8126fbfb54 +size 3997156 diff --git a/libguestfs-1.20.9.tar.xz b/libguestfs-1.20.9.tar.xz deleted file mode 100644 index 5aa6d52..0000000 --- a/libguestfs-1.20.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58908390882b6b27cf13d3f9617de80d3574073ab7f00d294a8f6caca744c2df -size 3989140 diff --git a/libguestfs.changes b/libguestfs.changes index e0811e0..21ffa37 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jul 30 20:57:39 CEST 2013 - ohering@suse.de + +- Update to version 1.20.10 + * sysprep: On RHEL, firstboot script should be called S99... not 99. + * fish: For -N option, add drive with explicit format = "raw". + * daemon: Implement set-label for XFS and fix it for btrfs (RHBZ#986875). + * mkfs: Use -b size= for xfs (RHBZ#981715). + * cmd: Allow callers to override file-closing behaviour after fork. + * daemon: hivex: Check that hivex_commit is passed an absolute path (RHBZ#981683). + * daemon: Verify ext2/3/4 filesystem name before passing to mke2fs (RHBZ#978302). + * virt-resize: Add notes about Windows and disk consistency (RHBZ#975753). + * virt-resize: Take into account large start offset of the first partition when calculating overhead (RHBZ#974904). + * launch: direct: Calculate appliance root correctly when iface drives are added (RHBZ#975797). + ------------------------------------------------------------------- Sun Jun 16 08:36:08 CEST 2013 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index 343c2f8..ec1a639 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -16,7 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -Version: 1.20.9 +Version: 1.20.10 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %if !%opt