Accepting request 528364 from home:luke_nukem:branches:devel:languages:rust

- Force enable rust bootstrap so that missing architectures build

OBS-URL: https://build.opensuse.org/request/show/528364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=123
This commit is contained in:
Luke Jones 2017-09-23 00:31:11 +00:00 committed by Git OBS Bridge
parent 53f7730d6d
commit d66aac3b5b
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 23 00:29:39 UTC 2017 - luke.nukem.jones@gmail.com
- Force enable rust bootstrap so that missing architectures build
-------------------------------------------------------------------
Wed Sep 20 08:06:35 UTC 2017 - opensuse@dstoecker.de

View File

@ -83,13 +83,10 @@ ExclusiveArch: x86_64 %{arm} aarch64 ppc64 ppc64le s390x
BuildRequires: fdupes
%endif
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
# until such time that there is.
%if %{with rust_bootstrap}
BuildRequires: rust-std-bootstrap = %{prev_rust}
BuildRequires: rustc-bootstrap = %{prev_rust}
%else
# if there is a package choice, use prefer version in prjconfig
BuildRequires: rust <= %{version}
BuildRequires: rust >= %{prev_rust}
BuildRequires: rust-std <= %{version}