From 5d58736dc4b7f1063a33a1f33bdd252f67a59916 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 18 Sep 2022 20:26:44 +0300 Subject: [PATCH] Enable riscv64 (now supported) Signed-off-by: David Abdurachmanov --- libunwind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index df8be02..549253c 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -39,7 +39,7 @@ Summary: An unwinding library Name: libunwind Version: 1.6.2 -Release: 5%{?dist} +Release: 5.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 +52,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 +126,9 @@ echo ====================TESTING END===================== %{_includedir}/libunwind*.h %changelog +* Sun Sep 18 2022 David Abdurachmanov - 1.6.2-5.0.riscv64 +- Enable riscv64 (now supported) + * Wed Sep 7 2022 Florian Weimer - 1.6.2-5 - Run the testsuite during build