ostree not on i686 for RHEL 10
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
6770d3ba04
commit
2b0651e900
@ -13,6 +13,12 @@ Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-
|
|||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
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
|
BuildRequires: make
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
|
Loading…
Reference in New Issue
Block a user