This commit is contained in:
parent
9ed84e474b
commit
f3ef5d0f6e
@ -70,6 +70,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch %{arm} aarch64 ppc64 ppc64le s390x
|
||||||
|
BuildRequires: cargo-bootstrap
|
||||||
|
BuildRequires: rustc-bootstrap >= %{prev_version}
|
||||||
|
%else
|
||||||
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
|
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
|
||||||
# until such time that there is.
|
# until such time that there is.
|
||||||
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} < 120200)
|
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} < 120200)
|
||||||
@ -79,6 +83,7 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
|
|||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: rust >= %{prev_version}
|
BuildRequires: rust >= %{prev_version}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rust is a systems programming language focused on three goals:
|
Rust is a systems programming language focused on three goals:
|
||||||
|
Loading…
Reference in New Issue
Block a user