From af0a2695373f35f1587d878e14a1175385d2f1b5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Dec 2023 13:45:29 -0500 Subject: [PATCH] Exclude x86 on rhel10 Because composefs is doing it right now; xref https://github.com/containers/composefs/pull/229#issuecomment-1838735764 --- ostree.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ostree.spec b/ostree.spec index 4130e68..a768f7e 100644 --- a/ostree.spec +++ b/ostree.spec @@ -18,6 +18,12 @@ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libo License: LGPL-2.0-or-later URL: https://ostree.readthedocs.io/en/latest/ +# Conditional to ELN right now to reduce blast radius; xref +# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 +%if 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + BuildRequires: make BuildRequires: git # We always run autogen.sh