From 6b5c351cf72a90dbee4d73c4a288e591ada55bd2d3ca70f44756746384e595cb Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 22 Oct 2020 09:21:34 +0000 Subject: [PATCH] Accepting request 843210 from openSUSE:Factory:zSystems enable build for s390x OBS-URL: https://build.opensuse.org/request/show/843210 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=48 --- libunwind.changes | 5 +++++ libunwind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libunwind.changes b/libunwind.changes index 62e5322..a887f61 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 20 20:01:36 UTC 2020 - Berthold Gunreben + +- Enable s390x for building + ------------------------------------------------------------------- Wed May 13 08:53:38 UTC 2020 - Pedro Monreal Gonzalez diff --git a/libunwind.spec b/libunwind.spec index 3e1007c..b9fa634 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -32,7 +32,7 @@ BuildRequires: gcc-c++ BuildRequires: lzma-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(atomic_ops) -ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 +ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 s390x %description A C programming interface (API) to determine the call chain of a program.