From 55d243331bfd948fff753c5c29499430c04909a9 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 8 Jan 2024 11:05:59 -0800 Subject: [PATCH] Exclude i686 xdg-desktop-portal no longer has i686. https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- xdg-desktop-portal-gtk.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xdg-desktop-portal-gtk.spec b/xdg-desktop-portal-gtk.spec index 4d6f1ff..0eb523e 100644 --- a/xdg-desktop-portal-gtk.spec +++ b/xdg-desktop-portal-gtk.spec @@ -21,6 +21,11 @@ Requires: dbus Requires: gsettings-desktop-schemas Requires: xdg-desktop-portal >= %{xdg_desktop_portal_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} + # This portal is recommended if you have installed any app that uses GTK. (It's # also recommended if you have any such app installed via flatpak or snap, but # that is impossible to detect here.)