Update to 0.8.3 release Manage network interfaces: start, stop, view,

provision bridges, bonds, etc. Option to 'customize VM before install'.
This commit is contained in:
Cole Robinson 2010-02-09 04:23:15 +00:00
parent 1d4a32dd04
commit 604bc52efb
4 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
virt-manager-0.8.2.tar.gz
virt-manager-0.8.3.tar.gz

View File

@ -1 +1 @@
1723762b3f91794027ee11988758d9df virt-manager-0.8.2.tar.gz
2994055bd83b7fe621f0258089e171f4 virt-manager-0.8.3.tar.gz

View File

@ -7,8 +7,8 @@
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
Name: virt-manager
Version: 0.8.2
Release: 2%{_extra_release}
Version: 0.8.3
Release: 1%{_extra_release}
Summary: Virtual Machine Manager
Group: Applications/Emulators
@ -38,7 +38,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4
# Minimum we've tested with
Requires: libxml2-python >= 2.6.23
# Required to install Xen & QEMU guests
Requires: python-virtinst >= 0.500.1-2
Requires: python-virtinst >= 0.500.2
# Required for loading the glade UI
Requires: pygtk2-libglade
# Required for our graphics which are currently SVG format
@ -151,6 +151,11 @@ fi
%{_datadir}/dbus-1/services/%{name}.service
%changelog
* Mon Feb 8 2010 Cole Robinson <crobinso@redhat.com> - 0.8.3-1.fc13
- Update to 0.8.3 release
- Manage network interfaces: start, stop, view, provision bridges, bonds, etc.
- Option to 'customize VM before install'.
* Tue Jan 12 2010 Cole Robinson <crobinso@redhat.com> - 0.8.2-2.fc13
- Build with actual upstream tarball (not manually built dist)