From d66aac3b5bdeb0dc46948b1695b61f9b2e6fc25a6286036f6ad51feaf135dddd Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sat, 23 Sep 2017 00:31:11 +0000 Subject: [PATCH] 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 --- rust.changes | 5 +++++ rust.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rust.changes b/rust.changes index 5cdb93d..79497b9 100644 --- a/rust.changes +++ b/rust.changes @@ -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 diff --git a/rust.spec b/rust.spec index 332e3d9..3ddb25b 100644 --- a/rust.spec +++ b/rust.spec @@ -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}