From a0dd104efa6ff8ef8e251d988a02a15d0842c782d3d792786b4e731ab8085e81 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Mon, 13 Feb 2017 04:09:18 +0000 Subject: [PATCH] Add conditional for building for Leap 42.2 with bootstrap. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=60 --- rust.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust.spec b/rust.spec index c3bb4b9..62bf216 100644 --- a/rust.spec +++ b/rust.spec @@ -72,6 +72,9 @@ BuildRequires: rustc-bootstrap == %{prev_version} %else %ifarch %{arm} aarch64 ppc64 ppc64le BuildRequires: cargo-bootstrap +BuildRequires: rustc-bootstrap == %{prev_version} + %elif 0%{?leap_version} == 420200 +BuildRequires: cargo-bootstrap BuildRequires: rustc-bootstrap == %{prev_version} %else BuildRequires: cargo