[virt-manager/f15/master] Rebased to version 0.8.7 Allow renaming an offline VM Spice password support (Marc-André Lureau) Al

Cole Robinson crobinso at fedoraproject.org
Mon Mar 28 20:23:19 UTC 2011


commit 951fc9e5bd7bd87efe103b28654c3c2f7eb793f1
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Mar 28 16:23:21 2011 -0400

    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

 .gitignore                                     |    1 +
 sources                                        |    2 +-
 virt-manager-0.8.6-no-console-autolaunch.patch |   18 ------------------
 virt-manager.spec                              |   18 ++++++++++++------
 4 files changed, 14 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57dd1b8..a153826 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 virt-manager-0.8.4.tar.gz
 /virt-manager-0.8.5.tar.gz
 /virt-manager-0.8.6.tar.gz
+/virt-manager-0.8.7.tar.gz
diff --git a/sources b/sources
index d95478b..62235c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-456812517c9c595de3c358865db0e465  virt-manager-0.8.6.tar.gz
+9b1f3ead125d53bf506216c4bc7c4a84  virt-manager-0.8.7.tar.gz
diff --git a/virt-manager.spec b/virt-manager.spec
index f0e38db..2d817d1 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -7,8 +7,8 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.8.6
-Release: 2%{_extra_release}
+Version: 0.8.7
+Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -17,8 +17,6 @@ URL: http://virt-manager.org/
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 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
 Requires: pygtk2 >= 1.99.12-6
@@ -39,7 +37,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
 # Absolutely require this version or later
-Requires: python-virtinst >= 0.500.5
+Requires: python-virtinst >= 0.500.6
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -80,7 +78,6 @@ management API.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure --without-tui \
@@ -161,6 +158,15 @@ fi
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Mon Mar 28 2011 Cole Robinson <crobinso at redhat.com> - 0.8.7-1.fc15
+- 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 at lists.fedoraproject.org> - 0.8.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list