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:
parent
ee0923663d
commit
34a5c8cd5c
@ -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
|
Wed Feb 15 05:58:35 UTC 2017 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
%global prev_version 1.14.0
|
%global prev_version 1.14.0
|
||||||
%global abi gnu
|
%global abi gnu
|
||||||
|
%ifarch s390x
|
||||||
|
%global _arch s390x
|
||||||
|
%endif
|
||||||
%ifarch armv7hl
|
%ifarch armv7hl
|
||||||
%global _arch armv7
|
%global _arch armv7
|
||||||
%global abi gnueabihf
|
%global abi gnueabihf
|
||||||
@ -70,10 +73,6 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%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
|
# There are no successful builds for less than TW or Leap 42.2, so bootstrap
|
||||||
# until such time that there is.
|
# until such time that there is.
|
||||||
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120100)
|
%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120100)
|
||||||
@ -83,7 +82,6 @@ BuildRequires: rustc-bootstrap >= %{prev_version}
|
|||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: rust >= %{prev_version}
|
BuildRequires: rust >= %{prev_version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rust is a systems programming language focused on three goals:
|
Rust is a systems programming language focused on three goals:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user