From 084b9f8c09f2fcb17bd4772d04aa9b244eacecd0 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 19 Dec 2023 09:34:55 -0800 Subject: [PATCH] ostree not on i686 for RHEL 10 Signed-off-by: Troy Dawson --- flatpak-builder.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flatpak-builder.spec b/flatpak-builder.spec index fd59728..8efbd6b 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -15,6 +15,12 @@ License: LGPL-2.1-or-later AND GPL-2.0-or-later URL: https://flatpak.org/ Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz +# ostree not on i686 for RHEL 10 +# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 +%if 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + BuildRequires: appstream-compose >= %{appstream_version} BuildRequires: gettext BuildRequires: debugedit >= %{debugedit_version}