Updated to 0.3.1 release
This commit is contained in:
parent
9179907fcc
commit
5ed465ebae
@ -1 +1,2 @@
|
||||
virt-manager-0.3.0.tar.gz
|
||||
virt-manager-0.3.1.tar.gz
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
b1020520f01201d32a0aed2a34ee5025 virt-manager-0.3.0.tar.gz
|
||||
b51649f0512650b9335be62f0251d4c9 virt-manager-0.3.1.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
||||
|
||||
Name: virt-manager
|
||||
Version: 0.3.0
|
||||
Release: 2%{_extra_release}
|
||||
Version: 0.3.1
|
||||
Release: 1%{_extra_release}
|
||||
Summary: Virtual Machine Manager
|
||||
|
||||
Group: Applications/Emulators
|
||||
@ -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.1.11-1
|
||||
Requires: libvirt-python >= 0.2.0-3.fc7
|
||||
# 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
|
||||
@ -36,7 +36,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4
|
||||
# Minimum we've tested with
|
||||
Requires: libxml2-python >= 2.6.23
|
||||
# Required to install Xen guests
|
||||
Requires: python-virtinst >= 0.100.0
|
||||
Requires: python-virtinst >= 0.101.0
|
||||
# Required for loading the glade UI
|
||||
Requires: pygtk2-libglade
|
||||
# Required for our graphics which are currently SVG format
|
||||
@ -148,6 +148,10 @@ fi
|
||||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
|
||||
%changelog
|
||||
* Tue Feb 20 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-1.fc7
|
||||
- Added support for managing QEMU domains
|
||||
- Automatically grab mouse pointer to workaround dual-cursor crazyness
|
||||
|
||||
* Wed Jan 31 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.0-2.fc7
|
||||
- Added dep on desktop-file-utils for post/postun scripts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user