From f3ef5d0f6eebeef021e1f44c83ca6551363e72289a51f3f10848b7fdf7254769 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Tue, 14 Feb 2017 09:31:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=67 --- rust.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust.spec b/rust.spec index 9cd5d1b..fdcd5ea 100644 --- a/rust.spec +++ b/rust.spec @@ -70,6 +70,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x BuildRequires: fdupes %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 # until such time that there is. %if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} < 120200) @@ -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: