From ca04f6e55f064587e668dd5562fdaa27a1ce36bf Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 30 Jan 2024 12:51:21 -0500 Subject: [PATCH] Drop i686 gnome-terminal is about to be a leaf, and gnome-shell is not built for i686 in RHEL 10. --- gnome-terminal.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome-terminal.spec b/gnome-terminal.spec index fa1bdb7..a06f338 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -47,6 +47,9 @@ Requires: gtk3%{?_isa} >= %{gtk3_version} Requires: libhandy%{?_isa} >= %{libhandy_version} Requires: vte291%{?_isa} >= %{vte_version} +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + %description gnome-terminal is a terminal emulator for GNOME. It features the ability to use multiple terminals in a single window (tabs) and profiles support.