Bump min required libvirt to 0.1.4 to pull in requsite bug fixes / features we need

This commit is contained in:
berrange@dhcp-5-251.virt.boston.redhat.com 2006-08-16 14:49:44 -04:00
parent 4f070e0fda
commit 936d876dcf
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -28,7 +28,7 @@ please report any success to the mailing lists
python >= 2.4
pygtk2 >= 1.99.12-6
gnome-python2-gconf >= 1.99.11-7
libvirt-python >= 0.1.1
libvirt-python >= 0.1.4
dbus-python >= 0.61
gnome-keyring >= 0.4.9
gnome-python-desktop >= 2.15.4

View File

@ -21,7 +21,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.1
Requires: libvirt-python >= 0.1.4
# 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