Update to release 0.7.0 Redesigned 'New Virtual Machine' wizard Option to
remove storage when deleting a virtual machine. File browser for libvirt storage pools and volumes Physical device assignment (PCI, USB) for existing virtual machines.
This commit is contained in:
parent
6452fa101b
commit
19842a04b8
@ -1 +1 @@
|
||||
virt-manager-0.6.1.tar.gz
|
||||
virt-manager-0.7.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9c4eeaf447919b425f890b6bff715512 virt-manager-0.6.1.tar.gz
|
||||
32ca0ab48fd317cb6598d88468f16951 virt-manager-0.7.0.tar.gz
|
||||
|
@ -1,22 +0,0 @@
|
||||
diff -rup virt-manager-0.6.1/src/vmm-details.glade new/src/vmm-details.glade
|
||||
--- virt-manager-0.6.1/src/vmm-details.glade 2009-01-26 14:33:33.000000000 -0500
|
||||
+++ new/src/vmm-details.glade 2009-03-04 12:31:51.000000000 -0500
|
||||
@@ -218,15 +218,15 @@
|
||||
<child>
|
||||
<widget class="GtkMenu" id="details-menu-send-key_menu">
|
||||
<child>
|
||||
- <widget class="GtkMenuItem" id="details-menu-send-cad">
|
||||
+ <widget class="GtkMenuItem" id="details-menu-send-cab">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="no">Ctrl+Alt+Backspace</property>
|
||||
<property name="use_underline">True</property>
|
||||
- <signal name="activate" handler="on_details_menu_send_cad_activate"/>
|
||||
+ <signal name="activate" handler="on_details_menu_send_cab_activate"/>
|
||||
</widget>
|
||||
</child>
|
||||
<child>
|
||||
- <widget class="GtkMenuItem" id="details-menu-send-cad1">
|
||||
+ <widget class="GtkMenuItem" id="details-menu-send-cad">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="no">Ctrl+Alt+Delete</property>
|
||||
<property name="use_underline">True</property>
|
@ -1,408 +0,0 @@
|
||||
# HG changeset patch
|
||||
# User Cole Robinson <crobinso@redhat.com>
|
||||
# Date 1234829084 18000
|
||||
# Node ID ae434ddf4b7073773347f3d1cc449385db7267fd
|
||||
# Parent 7238b8b438bc3311b744debfb576849dbc262cda
|
||||
Fix regression for pre existing vm and stats preferences not keeping new values.
|
||||
|
||||
diff -r 7238b8b438bc -r ae434ddf4b70 src/vmm-preferences.glade
|
||||
--- a/src/vmm-preferences.glade Mon Feb 16 09:35:21 2009 -0500
|
||||
+++ b/src/vmm-preferences.glade Mon Feb 16 19:04:44 2009 -0500
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||||
-<!--Generated with glade3 3.4.5 on Mon Jan 12 09:31:21 2009 -->
|
||||
+<!--Generated with glade3 3.4.5 on Thu Feb 12 11:56:15 2009 -->
|
||||
<glade-interface>
|
||||
<widget class="GtkWindow" id="vmm-preferences">
|
||||
<property name="title" translatable="yes">Preferences</property>
|
||||
@@ -37,19 +37,53 @@
|
||||
<property name="column_spacing">3</property>
|
||||
<property name="row_spacing">3</property>
|
||||
<child>
|
||||
- <widget class="GtkLabel" id="label9">
|
||||
+ <widget class="GtkLabel" id="label6">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">samples</property>
|
||||
+ <property name="label" translatable="yes">Update status every</property>
|
||||
+ </widget>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkLabel" id="label7">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Maintain history of</property>
|
||||
</widget>
|
||||
<packing>
|
||||
- <property name="left_attach">2</property>
|
||||
- <property name="right_attach">3</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="bottom_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
+ <widget class="GtkSpinButton" id="prefs-stats-update-interval">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="can_focus">True</property>
|
||||
+ <property name="adjustment">0 0 60 1 5 0</property>
|
||||
+ <signal name="value_changed" handler="on_prefs_stats_update_interval_changed"/>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="left_attach">1</property>
|
||||
+ <property name="right_attach">2</property>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkSpinButton" id="prefs-stats-history-len">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="can_focus">True</property>
|
||||
+ <property name="adjustment">0 0 300 5 5 0</property>
|
||||
+ <property name="climb_rate">0.01</property>
|
||||
+ <signal name="value_changed" handler="on_prefs_stats_history_length_changed"/>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="left_attach">1</property>
|
||||
+ <property name="right_attach">2</property>
|
||||
+ <property name="top_attach">1</property>
|
||||
+ <property name="bottom_attach">2</property>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
<widget class="GtkLabel" id="label8">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
@@ -61,50 +95,18 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
- <widget class="GtkSpinButton" id="prefs-stats-history-len">
|
||||
+ <widget class="GtkLabel" id="label9">
|
||||
<property name="visible">True</property>
|
||||
- <property name="can_focus">True</property>
|
||||
- <property name="adjustment">0 0 300 5 5 0</property>
|
||||
- <property name="climb_rate">0.01</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">samples</property>
|
||||
</widget>
|
||||
<packing>
|
||||
- <property name="left_attach">1</property>
|
||||
- <property name="right_attach">2</property>
|
||||
- <property name="top_attach">1</property>
|
||||
- <property name="bottom_attach">2</property>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkSpinButton" id="prefs-stats-update-interval">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="can_focus">True</property>
|
||||
- <property name="adjustment">0 0 60 1 5 0</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
- <property name="left_attach">1</property>
|
||||
- <property name="right_attach">2</property>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label7">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Maintain history of</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
+ <property name="left_attach">2</property>
|
||||
+ <property name="right_attach">3</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="bottom_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label6">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Update status every</property>
|
||||
- </widget>
|
||||
- </child>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -141,18 +143,79 @@
|
||||
<property name="column_spacing">3</property>
|
||||
<property name="row_spacing">3</property>
|
||||
<child>
|
||||
- <widget class="GtkCheckButton" id="prefs-stats-enable-net">
|
||||
+ <widget class="GtkLabel" id="label11">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">CPU Usage</property>
|
||||
+ <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkLabel" id="label12">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Memory Usage</property>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="top_attach">1</property>
|
||||
+ <property name="bottom_attach">2</property>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkLabel" id="label13">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Disk I/O</property>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="top_attach">2</property>
|
||||
+ <property name="bottom_attach">3</property>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkLabel" id="label14">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Network I/O</property>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="top_attach">3</property>
|
||||
+ <property name="bottom_attach">4</property>
|
||||
+ <property name="x_options">GTK_FILL</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkCheckButton" id="prefs-stats-enable-cpu">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
- <signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
|
||||
+ <signal name="toggled" handler="on_prefs_stats_enable_cpu_toggled"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="right_attach">2</property>
|
||||
- <property name="top_attach">3</property>
|
||||
- <property name="bottom_attach">4</property>
|
||||
+ <property name="x_options">GTK_EXPAND</property>
|
||||
+ </packing>
|
||||
+ </child>
|
||||
+ <child>
|
||||
+ <widget class="GtkCheckButton" id="prefs-stats-enable-mem">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="can_focus">True</property>
|
||||
+ <property name="response_id">0</property>
|
||||
+ <property name="draw_indicator">True</property>
|
||||
+ <signal name="toggled" handler="on_prefs_stats_enable_mem_toggled"/>
|
||||
+ </widget>
|
||||
+ <packing>
|
||||
+ <property name="left_attach">1</property>
|
||||
+ <property name="right_attach">2</property>
|
||||
+ <property name="top_attach">1</property>
|
||||
+ <property name="bottom_attach">2</property>
|
||||
<property name="x_options">GTK_EXPAND</property>
|
||||
</packing>
|
||||
</child>
|
||||
@@ -173,80 +236,19 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
- <widget class="GtkCheckButton" id="prefs-stats-enable-mem">
|
||||
+ <widget class="GtkCheckButton" id="prefs-stats-enable-net">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
- <signal name="toggled" handler="on_prefs_stats_enable_mem_toggled"/>
|
||||
+ <signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="right_attach">2</property>
|
||||
- <property name="top_attach">1</property>
|
||||
- <property name="bottom_attach">2</property>
|
||||
- <property name="x_options">GTK_EXPAND</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkCheckButton" id="prefs-stats-enable-cpu">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="can_focus">True</property>
|
||||
- <property name="response_id">0</property>
|
||||
- <property name="draw_indicator">True</property>
|
||||
- <signal name="toggled" handler="on_prefs_stats_enable_cpu_toggled"/>
|
||||
- </widget>
|
||||
- <packing>
|
||||
- <property name="left_attach">1</property>
|
||||
- <property name="right_attach">2</property>
|
||||
- <property name="x_options">GTK_EXPAND</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label14">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Network I/O</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
<property name="top_attach">3</property>
|
||||
<property name="bottom_attach">4</property>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label13">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Disk I/O</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
- <property name="top_attach">2</property>
|
||||
- <property name="bottom_attach">3</property>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label12">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Memory Usage</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
- <property name="top_attach">1</property>
|
||||
- <property name="bottom_attach">2</property>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label11">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">CPU Usage</property>
|
||||
- <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
|
||||
- </widget>
|
||||
- <packing>
|
||||
- <property name="x_options">GTK_FILL</property>
|
||||
+ <property name="x_options">GTK_EXPAND</property>
|
||||
</packing>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -302,19 +304,27 @@
|
||||
<property name="n_columns">1</property>
|
||||
<property name="row_spacing">2</property>
|
||||
<child>
|
||||
- <widget class="GtkComboBox" id="prefs-console-keygrab">
|
||||
+ <widget class="GtkComboBox" id="prefs-console-popup">
|
||||
<property name="visible">True</property>
|
||||
<property name="items" translatable="yes">Never
|
||||
-When fullscreen
|
||||
-On mouse over</property>
|
||||
+For all new domains
|
||||
+For all domains</property>
|
||||
+ <signal name="changed" handler="on_prefs_console_popup_changed"/>
|
||||
</widget>
|
||||
<packing>
|
||||
- <property name="top_attach">3</property>
|
||||
- <property name="bottom_attach">4</property>
|
||||
+ <property name="top_attach">1</property>
|
||||
+ <property name="bottom_attach">2</property>
|
||||
<property name="x_padding">5</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
+ <widget class="GtkLabel" id="label5">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Automatically open consoles:</property>
|
||||
+ </widget>
|
||||
+ </child>
|
||||
+ <child>
|
||||
<widget class="GtkLabel" id="label15">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
@@ -326,22 +336,16 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
- <widget class="GtkLabel" id="label5">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Automatically open consoles:</property>
|
||||
- </widget>
|
||||
- </child>
|
||||
- <child>
|
||||
- <widget class="GtkComboBox" id="prefs-console-popup">
|
||||
+ <widget class="GtkComboBox" id="prefs-console-keygrab">
|
||||
<property name="visible">True</property>
|
||||
<property name="items" translatable="yes">Never
|
||||
-For all new domains
|
||||
-For all domains</property>
|
||||
+When fullscreen
|
||||
+On mouse over</property>
|
||||
+ <signal name="changed" handler="on_prefs_console_keygrab_changed"/>
|
||||
</widget>
|
||||
<packing>
|
||||
- <property name="top_attach">1</property>
|
||||
- <property name="bottom_attach">2</property>
|
||||
+ <property name="top_attach">3</property>
|
||||
+ <property name="bottom_attach">4</property>
|
||||
<property name="x_padding">5</property>
|
||||
</packing>
|
||||
</child>
|
||||
@@ -380,6 +384,13 @@
|
||||
<property name="n_columns">1</property>
|
||||
<property name="column_spacing">8</property>
|
||||
<child>
|
||||
+ <widget class="GtkLabel" id="label16">
|
||||
+ <property name="visible">True</property>
|
||||
+ <property name="xalign">0</property>
|
||||
+ <property name="label" translatable="yes">Install Audio Device:</property>
|
||||
+ </widget>
|
||||
+ </child>
|
||||
+ <child>
|
||||
<widget class="GtkAlignment" id="alignment6">
|
||||
<property name="visible">True</property>
|
||||
<property name="left_padding">12</property>
|
||||
@@ -417,13 +428,6 @@
|
||||
<property name="bottom_attach">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
- <child>
|
||||
- <widget class="GtkLabel" id="label16">
|
||||
- <property name="visible">True</property>
|
||||
- <property name="xalign">0</property>
|
||||
- <property name="label" translatable="yes">Install Audio Device:</property>
|
||||
- </widget>
|
||||
- </child>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -470,7 +474,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
- <property name="label" translatable="no">gtk-help</property>
|
||||
+ <property name="label">gtk-help</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<signal name="clicked" handler="on_prefs_help_clicked"/>
|
||||
@@ -500,7 +504,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
- <property name="label" translatable="no">gtk-close</property>
|
||||
+ <property name="label">gtk-close</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<signal name="clicked" handler="on_prefs_close_clicked"/>
|
File diff suppressed because it is too large
Load Diff
@ -7,24 +7,21 @@
|
||||
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
||||
|
||||
Name: virt-manager
|
||||
Version: 0.6.1
|
||||
Release: 4%{_extra_release}
|
||||
Version: 0.7.0
|
||||
Release: 1%{_extra_release}
|
||||
Summary: Virtual Machine Manager
|
||||
|
||||
Group: Applications/Emulators
|
||||
License: GPLv2+
|
||||
URL: http://virt-manager.org/
|
||||
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch1: %{name}-%{version}-update-polish.patch
|
||||
Patch2: %{name}-%{version}-fix-cadl.patch
|
||||
Patch3: %{name}-%{version}-fix-stats-prefs.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.5
|
||||
Requires: libvirt-python >= 0.6.1
|
||||
# Definitely does not work with earlier due to python API changes
|
||||
Requires: dbus-python >= 0.61
|
||||
Requires: dbus-x11
|
||||
@ -44,7 +41,7 @@ Requires: gnome-python2-gnome
|
||||
# Minimum we've tested with
|
||||
Requires: libxml2-python >= 2.6.23
|
||||
# Required to install Xen & QEMU guests
|
||||
Requires: python-virtinst >= 0.400.1
|
||||
Requires: python-virtinst >= 0.400.3
|
||||
# Required for loading the glade UI
|
||||
Requires: pygtk2-libglade
|
||||
# Required for our graphics which are currently SVG format
|
||||
@ -89,9 +86,6 @@ management API.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -169,6 +163,13 @@ fi
|
||||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2009 Cole Robinson <crobinso@redhat.com> - 0.7.0-1.fc11
|
||||
- Update to release 0.7.0
|
||||
- Redesigned 'New Virtual Machine' wizard
|
||||
- Option to remove storage when deleting a virtual machine.
|
||||
- File browser for libvirt storage pools and volumes
|
||||
- Physical device assignment (PCI, USB) for existing virtual machines.
|
||||
|
||||
* Wed Mar 4 2009 Cole Robinson <crobinso@redhat.com> - 0.6.1-4.fc11
|
||||
- Update polish translation (bz 263301)
|
||||
- Fix sending ctrl-alt-del to guest
|
||||
|
Loading…
Reference in New Issue
Block a user