From 4fd23c559d5b1e5a0cdc585c9803a96577c21a4e Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sun, 8 Dec 2019 11:39:25 +0100 Subject: [PATCH] fixed R: vte - the package is built with 2.91 (0.58.3) but requires the old version via forked package (which doesn't P: vte anyway) --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index c18cbb7..b7edef8 100644 --- a/qemu.spec +++ b/qemu.spec @@ -128,7 +128,7 @@ BuildRequires: xorg-lib-libX11-devel BuildRequires: zlib-devel %if %{with gtk3} BuildRequires: gtk+3-devel >= 3.14.0 -%{?with_vte:BuildRequires: vte2.90-devel >= 0.32.0} +%{?with_vte:BuildRequires: vte-devel >= 0.32.0} %endif %if %{with user_static} BuildRequires: glib2-static @@ -179,7 +179,7 @@ Requires: usbredir >= 0.6 \ %endif \ %if %{with gtk3} \ Requires: gtk+3 >= 3.14.0 \ -%{?with_vte:Requires: vte2.90 >= 0.32.0} \ +%{?with_vte:Requires: vte >= 0.32.0} \ %endif # don't strip/chrpath anything in there; these are boot images, roms etc -- 2.44.0