ostree not on i686 for RHEL 10

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2023-12-19 09:30:12 -08:00 committed by yselkowitz
parent 6770d3ba04
commit 2b0651e900

View File

@ -13,6 +13,12 @@ Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-
ExclusiveArch: %{rust_arches}
# ostree not on i686 for RHEL 10
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
%if 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
BuildRequires: make
%if 0%{?rhel}
BuildRequires: rust-toolset