Make i686 exclusion for RHEL only

This commit is contained in:
Troy Dawson 2024-01-18 06:26:17 -08:00 committed by catanzaro
parent 9af0440511
commit 87cc9ae81e

View File

@ -139,6 +139,11 @@ Recommends: gnome-tour
Recommends: webkitgtk6.0%{?_isa} Recommends: webkitgtk6.0%{?_isa}
%endif %endif
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
%if 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
Provides: desktop-notification-daemon = %{version}-%{release} Provides: desktop-notification-daemon = %{version}-%{release}
Provides: PolicyKit-authentication-agent = %{version}-%{release} Provides: PolicyKit-authentication-agent = %{version}-%{release}
Provides: bundled(gvc) Provides: bundled(gvc)