From e8664847985f30e38da9b88bea969f3861c889a8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 11 Dec 2023 16:49:46 -0500 Subject: [PATCH] ExcludeArch: %{ix86} Because composefs is doing it, xref https://github.com/containers/composefs/pull/229 --- bootc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootc.spec b/bootc.spec index 0426aa9..24752cd 100644 --- a/bootc.spec +++ b/bootc.spec @@ -18,6 +18,8 @@ URL: https://github.com/containers/bootc Source0: %{url}/releases/download/v%{version}/bootc-%{version}.tar.zstd Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar.zstd +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} BuildRequires: make BuildRequires: ostree-devel