mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-14 09:23:40 -06:00
One more vnc->spice cleanup
Last commit changing the default was de1695b2
, but there was still one
place in man page left and the spec file was left dirty. This is
hopefully the last vnc->spice patch
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
ae3ed8db03
commit
5fe2d5e977
@ -8,6 +8,7 @@
|
|||||||
%define libvirt_packages "libvirt-daemon-kvm,libvirt-daemon-config-network"
|
%define libvirt_packages "libvirt-daemon-kvm,libvirt-daemon-config-network"
|
||||||
%define preferred_distros "fedora,rhel"
|
%define preferred_distros "fedora,rhel"
|
||||||
%define kvm_packages "qemu-system-x86"
|
%define kvm_packages "qemu-system-x86"
|
||||||
|
%define default_graphics "spice"
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%define preferred_distros "rhel,fedora"
|
%define preferred_distros "rhel,fedora"
|
||||||
@ -128,9 +129,12 @@ machine).
|
|||||||
%define _disable_unsupported_rhel --hide-unsupported-rhel-options
|
%define _disable_unsupported_rhel --hide-unsupported-rhel-options
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{default_graphics}
|
||||||
|
%define _default_graphics --default-graphics=%{default_graphics}
|
||||||
|
%endif
|
||||||
|
|
||||||
python setup.py configure \
|
python setup.py configure \
|
||||||
--pkgversion="%{version}" \
|
--pkgversion="%{version}" \
|
||||||
--default-graphics="spice" \
|
|
||||||
%{?_qemu_user} \
|
%{?_qemu_user} \
|
||||||
%{?_kvm_packages} \
|
%{?_kvm_packages} \
|
||||||
%{?_libvirt_packages} \
|
%{?_libvirt_packages} \
|
||||||
|
Loading…
Reference in New Issue
Block a user