- 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
This commit is contained in:
parent
cb2f4b8d72
commit
87b925fba3
@ -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
|
Tue Sep 27 12:01:53 MDT 2011 - carnold@novell.com
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ Requires: python-gtk
|
|||||||
Requires: python-gnome
|
Requires: python-gnome
|
||||||
# Absolutely require this version or newer
|
# Absolutely require this version or newer
|
||||||
Requires: libvirt-python >= 0.5.0
|
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
|
# Definitely does not work with earlier due to python API changes
|
||||||
# Requires: dbus-python >= 0.61
|
# Requires: dbus-python >= 0.61
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
|
@ -59,7 +59,7 @@ Index: virtinst-0.600.0/virtconv/diskcfg.py
|
|||||||
DISK_FORMAT_QCOW = 4
|
DISK_FORMAT_QCOW = 4
|
||||||
DISK_FORMAT_QCOW2 = 5
|
DISK_FORMAT_QCOW2 = 5
|
||||||
DISK_FORMAT_COW = 6
|
DISK_FORMAT_COW = 6
|
||||||
+DISK_FORMAT_QED 7
|
+DISK_FORMAT_QED = 7
|
||||||
|
|
||||||
DISK_TYPE_DISK = 0
|
DISK_TYPE_DISK = 0
|
||||||
DISK_TYPE_CDROM = 1
|
DISK_TYPE_CDROM = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user