Luke Jones 2017-02-14 09:37:20 +00:00 committed by Git OBS Bridge
parent 1a43cf6465
commit 1ffad44a95

View File

@ -70,6 +70,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x
BuildRequires: fdupes
%endif
%ifarch 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
# until such time that there is.
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
@ -79,6 +83,7 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
BuildRequires: cargo
BuildRequires: rust >= %{prev_version}
%endif
%endif
%description
Rust is a systems programming language focused on three goals: