Add rpm dependency on latest libvirt.

This commit is contained in:
Cole Robinson 2008-09-08 20:17:58 -04:00
parent a1d452b7eb
commit feb2c33f6d
1 changed files with 1 additions and 1 deletions

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.4.1
Requires: libvirt-python >= 0.4.5
# 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