From 37f16f9e562d5a66d5c34eb9d8d10f0c61f4dd8c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 5 Oct 2007 02:08:20 +0000 Subject: [PATCH] Update to 0.5.2 release --- .cvsignore | 2 +- sources | 2 +- virt-manager.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 96fd7d0..8130a72 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ *.src.rpm .build*.log -virt-manager-0.5.1.tar.gz +virt-manager-0.5.2.tar.gz diff --git a/sources b/sources index 1a0ee90..03a8b6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5022314bbe13881e2cc28d93f4994dd virt-manager-0.5.1.tar.gz +baf5a4a3305be80287a4c19ef5082651 virt-manager-0.5.2.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index ab1744d..95e8698 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -7,7 +7,7 @@ %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}} Name: virt-manager -Version: 0.5.1 +Version: 0.5.2 Release: 1%{_extra_release} Summary: Virtual Machine Manager @@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pygtk2 >= 1.99.12-6 Requires: gnome-python2-gconf >= 1.99.11-7 # Absolutely require this version or newer -Requires: libvirt-python >= 0.2.1-1.fc7 +Requires: libvirt-python >= 0.3.3 # 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 @@ -158,6 +158,13 @@ fi %{_datadir}/dbus-1/services/%{name}.service %changelog +* Thu Oct 4 2007 Daniel P. Berrange - 0.5.2-1.fc8 +- Update to 0.5.2 release +- No scrollbars for high res guest in low res host (rhbz 273181) +- Unable to remove network device (rhbz 242900) +- Fixed broken menu items (rhbz 307551) +- Require libvirt 0.3.3 to get CDROM change capability for Xen + * Tue Sep 25 2007 Daniel P. Berrange - 0.5.1-1.fc8 - Updated to 0.5.1 release - Open connections in background