From 93310f762c1e46dd516704a1707850acd3904784 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 26 Dec 2023 01:54:38 -0500 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval This is particularly necessary now that ostree, and hence flatpak, have disabled i686 builds while picking up the new composefs dependency. --- xdg-desktop-portal.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index e1ce292..de2d37f 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -45,6 +45,11 @@ Requires: fuse3 # Required for the GMemoryMonitor GIO API Recommends: low-memory-monitor >= %{low_memory_monitor_version} +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +# also, ostree (and hence flatpak) not on i686 for F40/EL10 +# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 +ExcludeArch: %{ix86} + %description xdg-desktop-portal works by exposing a series of D-Bus interfaces known as portals under a well-known name (org.freedesktop.portal.Desktop) and object