mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-10 23:45:49 -06:00
spec: Add buildreq: GConf2 for gconf macros
Also have with_spice imply default=spice
This commit is contained in:
parent
62a762e77f
commit
0e8b3bdc65
@ -10,7 +10,6 @@
|
||||
%define kvm_packages ""
|
||||
%define libvirt_packages ""
|
||||
%define disable_unsupported_rhel 0
|
||||
%define default_graphics ""
|
||||
|
||||
%define with_guestfs 0
|
||||
%define with_spice 0
|
||||
@ -90,6 +89,7 @@ Requires: virt-manager-common = %{verrel}
|
||||
BuildRequires: gettext
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: intltool
|
||||
BuildRequires: GConf2
|
||||
|
||||
Requires(pre): GConf2
|
||||
Requires(post): GConf2
|
||||
@ -97,6 +97,10 @@ Requires(preun): GConf2
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(postun): desktop-file-utils
|
||||
|
||||
%if %{with_spice}
|
||||
%define default_graphics "spice"
|
||||
%endif
|
||||
|
||||
%description
|
||||
Virtual Machine Manager provides a graphical tool for administering virtual
|
||||
machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
|
||||
|
Loading…
Reference in New Issue
Block a user