Accepting request 571777 from home:oertel:branches:Virtualization:containers

- do not build on s390, only on s390x (no go on s390)

OBS-URL: https://build.opensuse.org/request/show/571777
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=28
This commit is contained in:
2018-02-02 14:06:47 +00:00
committed by Git OBS Bridge
parent 514f77b460
commit 0d6a87ba22
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package umoci
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@ BuildRequires: fdupes
BuildRequires: go >= 1.6
BuildRequires: go-go-md2man
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390
%if 0%{?is_opensuse}
ExcludeArch: s390x
%endif