mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-11 16:58:31 +03:00
Actually fix spec building to accomodate F9.
This commit is contained in:
parent
e31ebbbe7d
commit
19279ba69c
@ -20,10 +20,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# These two are just the oldest version tested
|
||||
Requires: pygtk2 >= 1.99.12-6
|
||||
Requires: gnome-python2-gconf >= 1.99.11-7
|
||||
%if "%{fedora}" == "9" || "%{fedora}" >= "10"
|
||||
Requires: gnome-python2-gnome
|
||||
%else
|
||||
%if "%{fedora}" <= "9"
|
||||
Requires: gnome-python2
|
||||
%else
|
||||
Requires: gnome-python2-gnome
|
||||
%endif
|
||||
# Absolutely require this version or newer
|
||||
Requires: libvirt-python >= 0.4.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user