From 87b925fba3c3eacc5872aa5b95ba783afc89c701 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Tue, 18 Oct 2011 14:23:43 +0000 Subject: [PATCH] - Fix broken define in virtinst-qed.diff - Enforce dependency on vm-install version 0.5.6 - bnc#722524 - [SLES11SP2Beta6] virt-manager fails to change the device model for the NICs from default to virtio (kvm) - bnc#683667 - On KVM, virt-manager incorrectly writed duplicated device information into guest's configuration file (/etc/libvirt/qemu/DOMNAME.xml) virt-manager version 0.9.0 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=72 --- virt-manager.changes | 20 ++++++++++++++++++++ virt-manager.spec | 2 +- virtinst-qed.diff | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/virt-manager.changes b/virt-manager.changes index b1b60d09..8e7c91bc 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Oct 12 11:50:03 MDT 2011 - carnold@novell.com + +- Fix broken define in virtinst-qed.diff + +------------------------------------------------------------------- +Wed Oct 5 15:54:30 MDT 2011 - carnold@novell.com + +- Enforce dependency on vm-install version 0.5.6 + +------------------------------------------------------------------- +Thu Sep 29 13:16:35 MDT 2011 - carnold@novell.com + +- bnc#722524 - [SLES11SP2Beta6] virt-manager fails to change the + device model for the NICs from default to virtio (kvm) +- bnc#683667 - On KVM, virt-manager incorrectly writed duplicated + device information into guest's configuration file + (/etc/libvirt/qemu/DOMNAME.xml) + virt-manager version 0.9.0 + ------------------------------------------------------------------- Tue Sep 27 12:01:53 MDT 2011 - carnold@novell.com diff --git a/virt-manager.spec b/virt-manager.spec index be5cc936..ecf8fd11 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -105,7 +105,7 @@ Requires: python-gtk Requires: python-gnome # Absolutely require this version or newer Requires: libvirt-python >= 0.5.0 -Requires: vm-install +Requires: vm-install >= 0.5.6 # Definitely does not work with earlier due to python API changes # Requires: dbus-python >= 0.61 Requires: dbus-1-python diff --git a/virtinst-qed.diff b/virtinst-qed.diff index 18d978b2..0fd8f121 100644 --- a/virtinst-qed.diff +++ b/virtinst-qed.diff @@ -59,7 +59,7 @@ Index: virtinst-0.600.0/virtconv/diskcfg.py DISK_FORMAT_QCOW = 4 DISK_FORMAT_QCOW2 = 5 DISK_FORMAT_COW = 6 -+DISK_FORMAT_QED 7 ++DISK_FORMAT_QED = 7 DISK_TYPE_DISK = 0 DISK_TYPE_CDROM = 1