Accepting request 975760 from openSUSE:Factory:RISCV

- Enable use of libunwind on riscv64

OBS-URL: https://build.opensuse.org/request/show/975760
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=178
This commit is contained in:
Antonio Larrosa 2022-05-09 10:47:16 +00:00 committed by Git OBS Bridge
parent 2caaec57d1
commit b3fda90415
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 9 08:58:55 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Enable use of libunwind on riscv64
-------------------------------------------------------------------
Fri Mar 18 07:25:21 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -59,7 +59,7 @@ Requires: libgstreamer-1_0-0 >= %{version}
Requires(pre): permissions
# Generic name, never used in SuSE:
Provides: gstreamer-doc = %{version}
%define libunwind_archs %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
%define libunwind_archs %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 riscv64
%ifarch %{libunwind_archs}
BuildRequires: pkgconfig(libunwind)
%endif