Rebased to version 0.8.7
Allow renaming an offline VM Spice password support (Marc-André Lureau) Allow editting NIC <virtualport> settings (Gerhard Stenzel) Allow enabling/disabling individual CPU features Allow easily changing graphics type between VNC/SPICE for existing VM Allow easily changing network source device for existing VM
This commit is contained in:
parent
5c1bceb5ca
commit
522ace5d3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
virt-manager-0.8.4.tar.gz
|
virt-manager-0.8.4.tar.gz
|
||||||
/virt-manager-0.8.5.tar.gz
|
/virt-manager-0.8.5.tar.gz
|
||||||
/virt-manager-0.8.6.tar.gz
|
/virt-manager-0.8.6.tar.gz
|
||||||
|
/virt-manager-0.8.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
456812517c9c595de3c358865db0e465 virt-manager-0.8.6.tar.gz
|
9b1f3ead125d53bf506216c4bc7c4a84 virt-manager-0.8.7.tar.gz
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# HG changeset patch
|
|
||||||
# User Cole Robinson <crobinso@redhat.com>
|
|
||||||
# Date 1295638999 18000
|
|
||||||
# Node ID f2b2601affd15a20c13d5bebfd00da7de9bc6f06
|
|
||||||
# Parent 3d890b23da24d88482f4cd9b621df49867b68cd6
|
|
||||||
manager: Don't always launch consoles for running domains, dumb regression
|
|
||||||
|
|
||||||
diff -r 3d890b23da24 -r f2b2601affd1 src/virtManager/manager.py
|
|
||||||
--- a/src/virtManager/manager.py Fri Jan 21 11:30:38 2011 -0500
|
|
||||||
+++ b/src/virtManager/manager.py Fri Jan 21 14:43:19 2011 -0500
|
|
||||||
@@ -721,6 +721,7 @@
|
|
||||||
if (self.config.get_console_popup() != 2 or
|
|
||||||
vm.is_management_domain()):
|
|
||||||
self.emit("action-refresh-console", uri, vmuuid)
|
|
||||||
+ return
|
|
||||||
|
|
||||||
# user has requested consoles on all vms
|
|
||||||
gtype = vm.get_graphics_console()[0]
|
|
@ -7,8 +7,8 @@
|
|||||||
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 0.8.6
|
Version: 0.8.7
|
||||||
Release: 2%{_extra_release}
|
Release: 1%{_extra_release}
|
||||||
Summary: Virtual Machine Manager
|
Summary: Virtual Machine Manager
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -17,8 +17,6 @@ URL: http://virt-manager.org/
|
|||||||
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Don't autolaunch console for all running VMs
|
|
||||||
Patch1: %{name}-%{version}-no-console-autolaunch.patch
|
|
||||||
|
|
||||||
# These two are just the oldest version tested
|
# These two are just the oldest version tested
|
||||||
Requires: pygtk2 >= 1.99.12-6
|
Requires: pygtk2 >= 1.99.12-6
|
||||||
@ -39,7 +37,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4
|
|||||||
# Minimum we've tested with
|
# Minimum we've tested with
|
||||||
Requires: libxml2-python >= 2.6.23
|
Requires: libxml2-python >= 2.6.23
|
||||||
# Absolutely require this version or later
|
# Absolutely require this version or later
|
||||||
Requires: python-virtinst >= 0.500.5
|
Requires: python-virtinst >= 0.500.6
|
||||||
# Required for loading the glade UI
|
# Required for loading the glade UI
|
||||||
Requires: pygtk2-libglade
|
Requires: pygtk2-libglade
|
||||||
# Required for our graphics which are currently SVG format
|
# Required for our graphics which are currently SVG format
|
||||||
@ -80,7 +78,6 @@ management API.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-tui \
|
%configure --without-tui \
|
||||||
@ -161,6 +158,15 @@ fi
|
|||||||
%{_datadir}/dbus-1/services/%{name}.service
|
%{_datadir}/dbus-1/services/%{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-1.fc16
|
||||||
|
- Rebased to version 0.8.7
|
||||||
|
- Allow renaming an offline VM
|
||||||
|
- Spice password support (Marc-André Lureau)
|
||||||
|
- Allow editting NIC <virtualport> settings (Gerhard Stenzel)
|
||||||
|
- Allow enabling/disabling individual CPU features
|
||||||
|
- Allow easily changing graphics type between VNC/SPICE for existing VM
|
||||||
|
- Allow easily changing network source device for existing VM
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user