From 15728433fa25212076d57a64f9302b01c67ab7fefe945c3a067e4676f67b2b6d Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Fri, 10 Feb 2017 20:50:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=46 --- rust.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 4105579..33e81cf 100644 --- a/rust.spec +++ b/rust.spec @@ -37,7 +37,7 @@ %endif %global rust_triple %{_arch}-unknown-linux-%{abi} # to bootstrap, change to bcond_without -%bcond_without bootstrap +%bcond_with bootstrap Name: rust Version: 1.15.0 Release: 0 @@ -79,7 +79,7 @@ BuildRequires: rustc-bootstrap >= %{prev_version} %else %if %{without bootstrap} BuildRequires: cargo -BuildRequires: rust <= %{version} +BuildRequires: rust <= %{prev_version} BuildRequires: rust >= %{prev_version} %endif %endif