Exclude x86 on rhel10

Because composefs is doing it right now; xref
https://github.com/containers/composefs/pull/229#issuecomment-1838735764
This commit is contained in:
Colin Walters 2023-12-04 13:45:29 -05:00
parent ec3f4b8221
commit af0a269537

View File

@ -18,6 +18,12 @@ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libo
License: LGPL-2.0-or-later
URL: https://ostree.readthedocs.io/en/latest/
# Conditional to ELN right now to reduce blast radius; xref
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
%if 0%{?rhel} >= 10
ExcludeArch: %{ix86}
%endif
BuildRequires: make
BuildRequires: git
# We always run autogen.sh