Disable spice

- Disable spice options in virt-manager.

Resolves: #1946939
This commit is contained in:
Jonathon Jongsma 2021-06-09 16:57:36 -05:00
parent 66440281c5
commit debe74c6f2
1 changed files with 6 additions and 3 deletions

View File

@ -8,7 +8,7 @@
Name: virt-manager
Version: 3.2.0
Release: 4%{?dist}
Release: 5%{?dist}
%global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@ -26,7 +26,6 @@ Requires: python3-gobject
Requires: gtk3
Requires: libvirt-glib >= 0.0.9
Requires: gtk-vnc2
Requires: spice-gtk3
# We can work with gtksourceview 3 or gtksourceview4, pick the latest one
Requires: gtksourceview4
@ -110,7 +109,8 @@ machine).
%endif
./setup.py configure \
%{?_default_hvs}
%{?_default_hvs} \
--default-graphics=vnc
%install
@ -170,6 +170,9 @@ done
%changelog
* Wed Jun 09 2021 Jonathon Jongsma <jjongsma@redhat.com> - 3.2.0-5
- Disable spice options in virt-manager. Resolves: rhbz#1946939
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.0-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937