mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-04 05:17:44 +03:00
rpm: disable spice for RHEL-9
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2b9c9c51f8
commit
a511365d78
@ -2,8 +2,10 @@
|
||||
|
||||
%if 0%{?rhel} >= 9
|
||||
%global with_govirt 0
|
||||
%global with_spice 0
|
||||
%else
|
||||
%global with_govirt 1
|
||||
%global with_spice 1
|
||||
%endif
|
||||
|
||||
Name: virt-viewer
|
||||
@ -26,8 +28,10 @@ BuildRequires: pkgconfig(libvirt)
|
||||
BuildRequires: pkgconfig(libvirt-glib-1.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(gtk-vnc-2.0)
|
||||
%if %{with_spice}
|
||||
BuildRequires: pkgconfig(spice-client-gtk-3.0)
|
||||
BuildRequires: pkgconfig(spice-protocol)
|
||||
%endif
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: gettext
|
||||
%if %{with_govirt}
|
||||
|
Loading…
Reference in New Issue
Block a user