From 9e4df49812c36fa7321b4aa27e7c6f0cb9332778 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 19 Dec 2023 09:34:48 -0800 Subject: [PATCH] ostree not on i686 for RHEL 10 Signed-off-by: Troy Dawson --- flatpak.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flatpak.spec b/flatpak.spec index 49e23c9..6a578ee 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -28,6 +28,12 @@ Source1: flatpak-add-fedora-repos.service # with the config from upstream sources. Source2: flatpak.sysusers.conf +# ostree not on i686 for RHEL 10 +# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 +%if 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + BuildRequires: pkgconfig(appstream) >= %{appstream_version} BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(fuse3)