From 503def1f6f67626a586e37d86a346ea79a44b97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 11 Apr 2019 14:18:07 +0200 Subject: [PATCH] Compile with VTE support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- virt-viewer.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/virt-viewer.spec b/virt-viewer.spec index c555c86..1a965ec 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -17,7 +17,7 @@ Name: virt-viewer Version: 8.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Summary: Virtual Machine Viewer License: GPLv2+ URL: http://virt-manager.org/ @@ -42,6 +42,7 @@ BuildRequires: pkgconfig(libvirt) >= 0.10.0 BuildRequires: pkgconfig(libvirt-glib-1.0) >= 0.1.8 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0 BuildRequires: pkgconfig(gtk-vnc-2.0) >= 0.4.0 +BuildRequires: pkgconfig(vte-2.91) %if %{with_spice} BuildRequires: pkgconfig(spice-client-gtk-3.0) >= 0.35 BuildRequires: pkgconfig(spice-protocol) >= 0.12.7 @@ -81,7 +82,7 @@ autoreconf -if %define govirt_arg --with-ovirt %endif -%configure %{spice_arg} %{govirt_arg} --with-buildid=%{release} --disable-update-mimedb +%configure %{spice_arg} %{govirt_arg} --with-vte --with-buildid=%{release} --disable-update-mimedb %__make %{?_smp_mflags} @@ -104,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/remote-viewer.1* %changelog +* Thu Apr 11 2019 Marc-André Lureau - 8.0-2 +- Compile with VTE support + + * Fri Mar 29 2019 Daniel P. Berrangé - 8.0-1 - Update to 8.0 release