rpms/virt-manager/devel virt-manager-0.6.0-polkit-root.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 sources, 1.19, 1.20 virt-manager.spec, 1.34, 1.35 virt-manager-0.5.4-i18n.patch, 1.1, NONE virt-manager-0.5.4-polkit-root.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Wed Sep 10 23:06:51 UTC 2008


Author: crobinso

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

Modified Files:
	.cvsignore sources virt-manager.spec 
Added Files:
	virt-manager-0.6.0-polkit-root.patch 
Removed Files:
	virt-manager-0.5.4-i18n.patch 
	virt-manager-0.5.4-polkit-root.patch 
Log Message:
Update to latest upstream release 0.6.0


virt-manager-0.6.0-polkit-root.patch:

--- NEW FILE virt-manager-0.6.0-polkit-root.patch ---
diff -rup virt-manager-0.5.4.orig/src/virtManager/connection.py virt-manager-0.5.4/src/virtManager/connection.py
--- virt-manager-0.5.4.orig/src/virtManager/connection.py	2008-03-10 20:17:51.000000000 -0400
+++ virt-manager-0.5.4/src/virtManager/connection.py	2008-03-13 13:51:14.000000000 -0400
@@ -336,6 +336,9 @@ class vmmConnection(gobject.GObject):
         self.connectThread.start()
 
     def _do_creds_polkit(self, action):
+        if os.getuid() == 0:
+            logging.debug("Skipping policykit check as root")
+            return 0
         logging.debug("Doing policykit for %s" % action)
         bus = dbus.SessionBus()
         obj = bus.get_object("org.gnome.PolicyKit", "/org/gnome/PolicyKit/Manager")
Only in virt-manager-0.5.4/src/virtManager: connection.py~


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	11 Mar 2008 00:33:40 -0000	1.19
+++ .cvsignore	10 Sep 2008 23:06:21 -0000	1.20
@@ -1,5 +1 @@
-*.src.rpm
-.build*.log
-x86_64
-i686
-virt-manager-0.5.4.tar.gz
+virt-manager-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	11 Mar 2008 00:33:40 -0000	1.19
+++ sources	10 Sep 2008 23:06:21 -0000	1.20
@@ -1 +1 @@
-9de921b119e897c28fb10335ca88e6dc  virt-manager-0.5.4.tar.gz
+fd0acd111f180a0766b08d5f42cf5468  virt-manager-0.6.0.tar.gz


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- virt-manager.spec	3 Apr 2008 21:41:10 -0000	1.34
+++ virt-manager.spec	10 Sep 2008 23:06:21 -0000	1.35
@@ -7,8 +7,8 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.5.4
-Release: 3%{_extra_release}
+Version: 0.6.0
+Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -18,14 +18,13 @@
 Source1: %{name}.pam
 Source2: %{name}.console
 Patch1: %{name}-%{version}-polkit-root.patch
-Patch2: %{name}-%{version}-i18n.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # These two are just the oldest version tested
 Requires: pygtk2 >= 1.99.12-6
 Requires: gnome-python2-gconf >= 1.99.11-7
 # Absolutely require this version or newer
-Requires: libvirt-python >= 0.4.0
+Requires: libvirt-python >= 0.4.5
 # Definitely does not work with earlier due to python API changes
 Requires: dbus-python >= 0.61
 # Might work with earlier, but this is what we've tested
@@ -35,10 +34,11 @@
 # will work just fine - keyring functionality will simply be
 # disabled
 Requires: gnome-python2-gnomekeyring >= 2.15.4
+Requires: gnome-python2-gnomevfs >= 2.15.4
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
-# Required to install Xen guests
-Requires: python-virtinst >= 0.300.2
+# Required to install Xen & QEMU guests
+Requires: python-virtinst >= 0.400.0
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -49,14 +49,23 @@
 Requires: usermode
 # For online help
 Requires: scrollkeeper
-# For the guest console
+# For console widget
 Requires: gtk-vnc-python >= 0.3.4
+# For local authentication against PolicyKit
+Requires: PolicyKit-gnome
 
 BuildRequires: pygtk2-devel
 BuildRequires: gtk2-devel
+BuildRequires: pygobject2-devel
+BuildRequires: glib2-devel
 BuildRequires: python-devel
+BuildRequires: pango-devel
+BuildRequires: atk-devel
+BuildRequires: cairo-devel
 BuildRequires: gettext
 BuildRequires: scrollkeeper
+BuildRequires: intltool
+
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
@@ -64,20 +73,20 @@
 Requires(postun): desktop-file-utils
 
 %description
-Virtual Machine Manager provides a graphical tool for administering
-virtual machines such as Xen. It uses libvirt as the backend management
-API.
+Virtual Machine Manager provides a graphical tool for administering virtual
+machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
+connect to a graphical or serial console, and see resource usage statistics
+for existing VMs on local or remote machines. Uses libvirt as the backend
+management API.
 
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install  DESTDIR=$RPM_BUILD_ROOT
@@ -162,6 +171,15 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Wed Sep 10 2008 Cole Robinson <crobinso at redhat.com> - 0.6.0-1.fc10
+- Update to 0.6.0 release
+- Add libvirt storage management support
+- Basic support for remote guest installation
+- Merge VM console and details windows
+- Poll avahi for libvirtd advertisement
+- Hypervisor autoconnect option
+- Add sound emulation when creating new guests
+
 * Thu Apr  3 2008 Daniel P. Berrange <berrange at redhat.com> - 0.5.4-3.fc9
 - Updated sr, de, fi, it, pl translations
 


--- virt-manager-0.5.4-i18n.patch DELETED ---


--- virt-manager-0.5.4-polkit-root.patch DELETED ---




More information about the fedora-extras-commits mailing list