mirror of
https://src.fedoraproject.org/rpms/virt-manager.git
synced 2025-07-16 17:14:53 +00:00
Updated to 0.3.1 release
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
virt-manager-0.3.0.tar.gz
|
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
|
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}}}
|
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 2%{_extra_release}
|
Release: 1%{_extra_release}
|
||||||
Summary: Virtual Machine Manager
|
Summary: Virtual Machine Manager
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Requires: pygtk2 >= 1.99.12-6
|
Requires: pygtk2 >= 1.99.12-6
|
||||||
Requires: gnome-python2-gconf >= 1.99.11-7
|
Requires: gnome-python2-gconf >= 1.99.11-7
|
||||||
# Absolutely require this version or newer
|
# 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
|
# Definitely does not work with earlier due to python API changes
|
||||||
Requires: dbus-python >= 0.61
|
Requires: dbus-python >= 0.61
|
||||||
# Might work with earlier, but this is what we've tested
|
# 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
|
# Minimum we've tested with
|
||||||
Requires: libxml2-python >= 2.6.23
|
Requires: libxml2-python >= 2.6.23
|
||||||
# Required to install Xen guests
|
# Required to install Xen guests
|
||||||
Requires: python-virtinst >= 0.100.0
|
Requires: python-virtinst >= 0.101.0
|
||||||
# Required for loading the glade UI
|
# Required for loading the glade UI
|
||||||
Requires: pygtk2-libglade
|
Requires: pygtk2-libglade
|
||||||
# Required for our graphics which are currently SVG format
|
# Required for our graphics which are currently SVG format
|
||||||
@@ -148,6 +148,10 @@ fi
|
|||||||
%{_datadir}/dbus-1/services/%{name}.service
|
%{_datadir}/dbus-1/services/%{name}.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Added dep on desktop-file-utils for post/postun scripts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user