Accepting request 459969 from openSUSE:Factory:zSystems

- remove bootstrap for s390x as binaries are available in 
  openSUSE:Factory:zSystems

OBS-URL: https://build.opensuse.org/request/show/459969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=76
This commit is contained in:
Luke Jones 2017-02-23 08:17:04 +00:00 committed by Git OBS Bridge
parent ee0923663d
commit 34a5c8cd5c
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 23 07:36:17 UTC 2017 - bg@suse.com
- remove bootstrap for s390x as binaries are available in
openSUSE:Factory:zSystems
-------------------------------------------------------------------
Wed Feb 15 05:58:35 UTC 2017 - luke.nukem.jones@gmail.com

View File

@ -19,6 +19,9 @@
%global prev_version 1.14.0
%global abi gnu
%ifarch s390x
%global _arch s390x
%endif
%ifarch armv7hl
%global _arch armv7
%global abi gnueabihf
@ -70,10 +73,6 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x
BuildRequires: fdupes
%endif
%ifarch s390x
BuildRequires: cargo-bootstrap
BuildRequires: rustc-bootstrap >= %{prev_version}
%else
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
# until such time that there is.
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120100)
@ -83,7 +82,6 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
BuildRequires: cargo
BuildRequires: rust >= %{prev_version}
%endif
%endif
%description
Rust is a systems programming language focused on three goals: