Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 1bd93f76ae
Enable riscv64 support
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-03-28 12:15:41 +03:00
Tom Callaway 027f854d2d disable tests on s390x (reported upstream: https://github.com/libunwind/libunwind/issues/464) 2023-02-20 10:14:49 -05:00
1 changed files with 12 additions and 3 deletions

View File

@ -29,8 +29,11 @@
# run-check-namespace
# run-ptrace-mapper
# run-ptrace-misc
# s390x
# Gtest-resume-sig-rt
# Ltest-resume-sig-rt
#
%ifarch aarch64 i686 ppc64le
%ifarch aarch64 i686 ppc64le s390x
%global test_failure_override true
%else
%global test_failure_override false
@ -39,7 +42,7 @@
Summary: An unwinding library
Name: libunwind
Version: 1.6.2
Release: 6%{?dist}
Release: 7.0.riscv64%{?dist}
License: BSD
URL: http://savannah.nongnu.org/projects/libunwind
Source: http://download-mirror.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
@ -52,7 +55,7 @@ Patch3: libunwind-1.6.2-dynamic-page-size.patch
Patch4: libunwind-skip-no-coredump.patch
Patch5: libunwind-no-dl-iterate-phdr.patch
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64 riscv64
BuildRequires: automake libtool autoconf texlive-latex2man
BuildRequires: make
@ -126,6 +129,12 @@ echo ====================TESTING END=====================
%{_includedir}/libunwind*.h
%changelog
* Tue Mar 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.6.2-7.0.riscv64
- Enable riscv64 (now supported upstream)
* Mon Feb 20 2023 Tom Callaway <spot@fedoraproject.org> - 1.6.2-7
- disable tests on s390x (reported upstream: https://github.com/libunwind/libunwind/issues/464)
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild