From 2f04dfd5459bb0e75b9bb66edfecbfbeea144fda Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 14 Dec 2023 09:03:29 +0200 Subject: [PATCH] Enable riscv64 support Signed-off-by: David Abdurachmanov --- libunwind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index c055a11..ad31dcc 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -46,7 +46,7 @@ Summary: An unwinding library Name: libunwind Version: 1.7.2 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} License: MIT URL: http://savannah.nongnu.org/projects/libunwind Source: https://github.com/libunwind/libunwind/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -57,7 +57,7 @@ Patch1: libunwind-arm-default-to-exidx.patch Patch2: libunwind-1.3.1-multilib-fix.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 @@ -131,6 +131,9 @@ echo ====================TESTING END===================== %{_includedir}/libunwind*.h %changelog +* Thu Dec 14 2023 David Abdurachmanov - 1.7.2-1.0.riscv64 +- Enable riscv64 (now supported upstream) + * Wed Aug 9 2023 Tom Callaway - 1.7.2-1 - update to 1.7.2