- Update to version 1.19.52
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=135
This commit is contained in:
parent
03e6b044e8
commit
91c64d8804
@ -105,9 +105,9 @@ index 273900e..e9f978b 100644
|
||||
--- a/src/guestfs-internal.h
|
||||
+++ b/src/guestfs-internal.h
|
||||
@@ -314,6 +314,8 @@ struct guestfs_h
|
||||
void *connv; /* libvirt connection (really virConnectPtr) */
|
||||
void *domv; /* libvirt domain (really virDomainPtr) */
|
||||
virDomainPtr dom; /* libvirt domain */
|
||||
} virt;
|
||||
#endif
|
||||
+
|
||||
+ int use_virtio_blk;
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 23:17:33 CEST 2012 - ohering@suse.de
|
||||
Mon Oct 15 08:02:05 CEST 2012 - ohering@suse.de
|
||||
|
||||
- Update to version 1.19.51
|
||||
- Update to version 1.19.52
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 10 16:51:32 CEST 2012 - ohering@suse.de
|
||||
|
@ -77,7 +77,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Compatibility package for guestfs-tools
|
||||
License: LGPL-2.1
|
||||
Group: System/Filesystems
|
||||
Version: 1.19.51
|
||||
Version: 1.19.52
|
||||
Release: 0
|
||||
Patch5: libguestfs-1.13.14-ruby.patch
|
||||
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch
|
||||
|
Loading…
Reference in New Issue
Block a user