|
|
|
@ -1,22 +1,12 @@
@@ -1,22 +1,12 @@
|
|
|
|
|
# -*- rpm-spec -*- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global with_guestfs 0 |
|
|
|
|
%global stable_defaults 0 |
|
|
|
|
%global askpass_package "openssh-askpass" |
|
|
|
|
%global qemu_user "qemu" |
|
|
|
|
%global libvirt_packages "libvirt-daemon-kvm,libvirt-daemon-config-network" |
|
|
|
|
%global kvm_packages "" |
|
|
|
|
%global preferred_distros "fedora,rhel" |
|
|
|
|
%global default_hvs "qemu,xen,lxc" |
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} |
|
|
|
|
%global preferred_distros "rhel,fedora" |
|
|
|
|
%global default_hvs "qemu,xen,lxc" |
|
|
|
|
%global stable_defaults 1 |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# End local config |
|
|
|
|
|
|
|
|
|
Name: virt-manager |
|
|
|
|
Version: 1.5.1 |
|
|
|
@ -47,11 +37,7 @@ Requires: vte291
@@ -47,11 +37,7 @@ Requires: vte291
|
|
|
|
|
# For console widget |
|
|
|
|
Requires: gtk-vnc2 |
|
|
|
|
Requires: spice-gtk3 |
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 7 |
|
|
|
|
Requires: gnome-icon-theme |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool |
|
|
|
|
BuildRequires: /usr/bin/pod2man |
|
|
|
@ -73,10 +59,10 @@ Group: Applications/Emulators
@@ -73,10 +59,10 @@ Group: Applications/Emulators
|
|
|
|
|
|
|
|
|
|
# This version not strictly required: virt-manager should work with older, |
|
|
|
|
# however varying amounts of functionality will not be enabled. |
|
|
|
|
Requires: python2-libvirt >= 0.7.0 |
|
|
|
|
Requires: python2-libxml2 |
|
|
|
|
Requires: python2-requests |
|
|
|
|
Requires: python2-ipaddr |
|
|
|
|
Requires: python-libvirt >= 0.7.0 |
|
|
|
|
Requires: python-libxml2 |
|
|
|
|
Requires: python-requests |
|
|
|
|
Requires: python-ipaddr |
|
|
|
|
Requires: libosinfo >= 0.2.10 |
|
|
|
|
# Required for gobject-introspection infrastructure |
|
|
|
|
Requires: python2-gobject-base |
|
|
|
|