This commit is contained in:
parent
4db3205f93
commit
15728433fa
@ -37,7 +37,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
||||||
# to bootstrap, change to bcond_without
|
# to bootstrap, change to bcond_without
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
Name: rust
|
Name: rust
|
||||||
Version: 1.15.0
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -79,7 +79,7 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
|
|||||||
%else
|
%else
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: rust <= %{version}
|
BuildRequires: rust <= %{prev_version}
|
||||||
BuildRequires: rust >= %{prev_version}
|
BuildRequires: rust >= %{prev_version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user