Bump min required libvirt to 0.1.4 to pull in requsite bug fixes / features we need
This commit is contained in:
parent
4f070e0fda
commit
936d876dcf
2
README
2
README
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue