Make i686 exclusion for RHEL only
This commit is contained in:
parent
94daf50de1
commit
20f9c322d9
@ -21,6 +21,11 @@ Requires: dbus
|
||||
Requires: gsettings-desktop-schemas
|
||||
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
||||
|
||||
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
||||
%if 0%{?rhel} >= 10
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
# 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.)
|
||||
|
Loading…
Reference in New Issue
Block a user