From 944c0d55b8476bf049e76ebbd13b4d6d5915ebb5 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 19 Dec 2022 22:20:10 -0500 Subject: [PATCH] Leaf package: remove i686 support --- gn.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gn.spec b/gn.spec index 796a37f..b0b6633 100644 --- a/gn.spec +++ b/gn.spec @@ -52,6 +52,9 @@ Source2: update-version # intentional on their part Patch: gn-0153d369-no-O3.patch +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: python3-devel BuildRequires: ninja-build BuildRequires: gcc-c++