Accepting request 843387 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/843387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2020-10-25 17:08:09 +00:00 committed by Git OBS Bridge
commit de09b5d103
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 20 20:01:36 UTC 2020 - Berthold Gunreben <azouhr@opensuse.org>
- Enable s390x for building
-------------------------------------------------------------------
Wed May 13 08:53:38 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -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.