[fedora-virt-maint] rpms/python-virtinst/F-10 virtinst-0.400.0-fedora11-ostype.patch, NONE, 1.1 python-virtinst.spec, 1.49, 1.50

Daniel P. Berrange berrange at fedoraproject.org
Fri Feb 27 11:56:11 UTC 2009


Author: berrange

Update of /cvs/pkgs/rpms/python-virtinst/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20850

Modified Files:
	python-virtinst.spec 
Added Files:
	virtinst-0.400.0-fedora11-ostype.patch 
Log Message:
Add Fedora 11 OS type with USB tablet (rhbz #487028)

virtinst-0.400.0-fedora11-ostype.patch:

--- NEW FILE virtinst-0.400.0-fedora11-ostype.patch ---
diff -rup virtinst-0.400.0.orig/virtinst/FullVirtGuest.py virtinst-0.400.0.new/virtinst/FullVirtGuest.py
--- virtinst-0.400.0.orig/virtinst/FullVirtGuest.py	2009-02-27 11:52:32.000000000 +0000
+++ virtinst-0.400.0.new/virtinst/FullVirtGuest.py	2009-02-27 11:53:25.000000000 +0000
@@ -85,6 +85,13 @@ class FullVirtGuest(Guest.XenGuest):
                             "disk" : { "bus"   : [ (["kvm"], "virtio") ] },
                             "net"  : { "model" : [ (["kvm"], "virtio") ] }
                           }},
+            "fedora11": { "label": "Fedora 11", "distro": "fedora",
+                          "devices" : {
+                            "disk" : { "bus"   : [ (["kvm"], "virtio") ] },
+                            "net"  : { "model" : [ (["kvm"], "virtio") ] },
+                            "input" : { "type" : [ (["all"], "tablet") ],
+                                        "bus"  : [ (["all"], "usb"), ] },
+                          }},
             "sles10": { "label": "Suse Linux Enterprise Server",
                         "distro": "suse" },
             "debianetch": { "label": "Debian Etch", "distro": "debian" },


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/F-10/python-virtinst.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- python-virtinst.spec	2 Dec 2008 15:55:03 -0000	1.49
+++ python-virtinst.spec	27 Feb 2009 11:55:40 -0000	1.50
@@ -11,7 +11,7 @@
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
 Version: 0.400.0
-Release: 5%{_extra_release}
+Release: 6%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
 Patch1: %{appname}-%{version}-qemu-conn-check.patch
 Patch2: %{appname}-%{version}-virt-convert-dict.patch
@@ -25,6 +25,7 @@
 Patch10: %{appname}-%{version}-update-translations.patch
 Patch11: %{appname}-%{version}-undo-pxe-virtio.patch
 Patch12: %{appname}-%{version}-fix-translated-help.patch
+Patch13: %{appname}-%{version}-fedora11-ostype.patch
 License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,6 +66,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 python setup.py build
@@ -99,6 +101,9 @@
 %{_bindir}/virt-convert
 
 %changelog
+* Fri Feb 27 2009 Daniel P. Berrange <berrange at redhat.com> - 0.400.0-6.fc10
+- Add Fedora 11 OS type with USB tablet (rhbz #487028)
+
 * Tue Dec  2 2008 Cole Robinson <crobinso at redhat.com> - 0.400.0-5.fc10
 - Fix printing translated help messages
 - Allow using virtio to pxe boot




More information about the Fedora-virt-maint mailing list