Drop i686 in RHEL 10
Both this package's dependencies and dependents are disabled on i686 in RHEL 10: https://github.com/containers/composefs/pull/229#issuecomment-1838735764
This commit is contained in:
parent
7e3462afa0
commit
4bd37539fe
@ -29,6 +29,11 @@ Requires: dbus-common
|
||||
Requires: xdg-desktop-portal >= %{xdg_desktop_portal_version}
|
||||
Supplements: gnome-shell
|
||||
|
||||
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
||||
%if 0%{?rhel} >= 10
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
%description
|
||||
A backend implementation for xdg-desktop-portal that is using various pieces of
|
||||
GNOME infrastructure, such as the org.gnome.Shell.Screenshot or
|
||||
|
Loading…
Reference in New Issue
Block a user