- 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=<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
This commit is contained in:
parent
99efd1b247
commit
3db8c6d279
3
libguestfs-1.20.10.tar.xz
Normal file
3
libguestfs-1.20.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25065a6fc1e4bcccda25368b1327d1cc779608b5afb10a0a8de47a8126fbfb54
|
||||
size 3997156
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58908390882b6b27cf13d3f9617de80d3574073ab7f00d294a8f6caca744c2df
|
||||
size 3989140
|
@ -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=<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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user