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}