rpms/virt-manager/devel virt-manager-0.8.3-perms-qemu-user.patch, NONE, 1.1 .cvsignore, 1.25, 1.26 sources, 1.26, 1.27 virt-manager.spec, 1.68, 1.69 virt-manager-0.8.2-perms-qemu-user.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Tue Feb 9 04:23:15 UTC 2010


Author: crobinso

Update of /cvs/pkgs/rpms/virt-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1009

Modified Files:
	.cvsignore sources virt-manager.spec 
Added Files:
	virt-manager-0.8.3-perms-qemu-user.patch 
Removed Files:
	virt-manager-0.8.2-perms-qemu-user.patch 
Log Message:
Update to 0.8.3 release
Manage network interfaces: start, stop, view, provision bridges, bonds, etc.
Option to 'customize VM before install'.


virt-manager-0.8.3-perms-qemu-user.patch:
 uihelpers.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE virt-manager-0.8.3-perms-qemu-user.patch ---
diff -rup virt-manager-0.8.1/src/virtManager/uihelpers.py new/src/virtManager/uihelpers.py
--- virt-manager-0.8.1/src/virtManager/uihelpers.py	2009-12-03 16:15:01.000000000 -0500
+++ new/src/virtManager/uihelpers.py	2009-12-03 17:15:09.101994000 -0500
@@ -38,7 +38,7 @@ OPTICAL_MEDIA_KEY = 4
 # may use a nonroot user, so simply changing this will cause several UI
 # pieces to attempt to verify that permissions are correct. Eventually this
 # should be exposed via capabilities so we can determine this programmatically.
-QEMU_SYSTEM_EMULATOR_USER = "root"
+QEMU_SYSTEM_EMULATOR_USER = "qemu"
 
 ##############################################################
 # Initialize an error object to use for validation functions #


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	14 Dec 2009 23:57:23 -0000	1.25
+++ .cvsignore	9 Feb 2010 04:23:14 -0000	1.26
@@ -1 +1 @@
-virt-manager-0.8.2.tar.gz
+virt-manager-0.8.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	11 Jan 2010 15:56:12 -0000	1.26
+++ sources	9 Feb 2010 04:23:15 -0000	1.27
@@ -1 +1 @@
-1723762b3f91794027ee11988758d9df  virt-manager-0.8.2.tar.gz
+2994055bd83b7fe621f0258089e171f4  virt-manager-0.8.3.tar.gz


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- virt-manager.spec	12 Jan 2010 18:34:24 -0000	1.68
+++ virt-manager.spec	9 Feb 2010 04:23:15 -0000	1.69
@@ -7,8 +7,8 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.8.2
-Release: 2%{_extra_release}
+Version: 0.8.3
+Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -38,7 +38,7 @@ Requires: gnome-python2-gnomekeyring >= 
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
 # Required to install Xen & QEMU guests
-Requires: python-virtinst >= 0.500.1-2
+Requires: python-virtinst >= 0.500.2
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -151,6 +151,11 @@ fi
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Mon Feb  8 2010 Cole Robinson <crobinso at redhat.com> - 0.8.3-1.fc13
+- Update to 0.8.3 release
+- Manage network interfaces: start, stop, view, provision bridges, bonds, etc.
+- Option to 'customize VM before install'.
+
 * Tue Jan 12 2010 Cole Robinson <crobinso at redhat.com> - 0.8.2-2.fc13
 - Build with actual upstream tarball (not manually built dist)
 


--- virt-manager-0.8.2-perms-qemu-user.patch DELETED ---



More information about the scm-commits mailing list