From 0d6a87ba22bfc3b6f38bc0ee7218cc8703b296f3ce84875bb0685fa2c3100c30 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 2 Feb 2018 14:06:47 +0000 Subject: [PATCH] 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 --- umoci.changes | 5 +++++ umoci.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/umoci.changes b/umoci.changes index 8acae62..15f3924 100644 --- a/umoci.changes +++ b/umoci.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 1 16:58:09 CET 2018 - ro@suse.de + +- do not build on s390, only on s390x (no go on s390) + ------------------------------------------------------------------- Wed Oct 4 02:52:51 UTC 2017 - asarai@suse.com diff --git a/umoci.spec b/umoci.spec index 6241bf0..1ebdc27 100644 --- a/umoci.spec +++ b/umoci.spec @@ -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