From 1a43cf6465a350a1f1f8ed83f0fc2a0c603f216263d6aca8de3b10919aee6a8c Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Tue, 14 Feb 2017 09:35:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=68 --- rust.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rust.spec b/rust.spec index fdcd5ea..7569b38 100644 --- a/rust.spec +++ b/rust.spec @@ -70,20 +70,15 @@ 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) +%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300) BuildRequires: cargo-bootstrap BuildRequires: rustc-bootstrap >= %{prev_version} %else BuildRequires: cargo BuildRequires: rust >= %{prev_version} %endif -%endif %description Rust is a systems programming language focused on three goals: