[fedora-virt-maint] rpms/python-virtinst/devel virtinst-0.400.1-fedora11-ostype.patch, NONE, 1.1 python-virtinst.spec, 1.53, 1.54

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


Author: berrange

Update of /cvs/pkgs/rpms/python-virtinst/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19731

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

virtinst-0.400.1-fedora11-ostype.patch:

--- NEW FILE virtinst-0.400.1-fedora11-ostype.patch ---
changeset:   849:65294f71833d
user:        Cole Robinson <crobinso at redhat.com>
date:        Mon Feb 23 18:43:11 2009 -0500
files:       virtinst/osdict.py
description:
Add Fedora 11 osdict entry. Default to USB tablet for mouse device.


diff -r f5f29867456b -r 65294f71833d virtinst/osdict.py
--- a/virtinst/osdict.py	Mon Feb 23 18:39:21 2009 -0500
+++ b/virtinst/osdict.py	Mon Feb 23 18:43:11 2009 -0500
@@ -100,6 +100,13 @@ OS_TYPES = {\
                         "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/devel/python-virtinst.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- python-virtinst.spec	27 Feb 2009 00:06:01 -0000	1.53
+++ python-virtinst.spec	27 Feb 2009 11:49:10 -0000	1.54
@@ -11,9 +11,10 @@
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
 Version: 0.400.1
-Release: 2%{_extra_release}
+Release: 3%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
 Patch1: %{appname}-%{version}-fix-extra-args.patch
+Patch2: %{appname}-%{version}-fedora11-ostype.patch
 License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,6 +44,7 @@
 %prep
 %setup -q -n %{appname}-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 python setup.py build
@@ -76,6 +78,9 @@
 %{_bindir}/virt-convert
 
 %changelog
+* Fri Feb 27 2009 Daniel P. Berrange <berrange at redhat.com> - 0.400.1-3.fc11
+- Add Fedora 11 OS type with USB tablet (rhbz #487028)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.400.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the Fedora-virt-maint mailing list