Accepting request 978732 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/978732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2022-05-24 18:31:02 +00:00 committed by Git OBS Bridge
commit f9ac116c3b
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 23 07:40:56 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Fix dependencies
- Fix file list
-------------------------------------------------------------------
Wed May 18 07:52:13 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -77,7 +77,9 @@ system routines, at the cost of a much slower longjmp.
%package devel
Summary: Headers for the Unwind library
Group: Development/Libraries/C and C++
%ifnarch ppc ppc64 ppc64le s390x
Requires: libunwind-coredump0 = %{version}-%{release}
%endif
Requires: libunwind-ptrace0 = %{version}-%{release}
Requires: libunwind-setjmp0 = %{version}-%{release}
Requires: libunwind8 = %{version}-%{release}
@ -125,7 +127,10 @@ find %{buildroot}/%{_libdir} -type f | sort
%ifarch %ix86
%{_libdir}/libunwind-x86.so.8*
%else
%ifarch ppc ppc64 ppc64le
%ifarch ppc
%{_libdir}/libunwind-ppc32.so.8*
%else
%ifarch ppc64 ppc64le
%{_libdir}/libunwind-ppc64.so.8*
%else
%{_libdir}/libunwind-%{_target_cpu}.so.8*
@ -133,8 +138,9 @@ find %{buildroot}/%{_libdir} -type f | sort
%endif
%endif
%endif
%endif
%ifnarch ppc64 ppc64le s390x
%ifnarch ppc ppc64 ppc64le s390x
%files -n libunwind-coredump0
%{_libdir}/libunwind-coredump.so.0*
%endif