From b71b24f9a42cd398f7f35a353520f315a1e13687 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 22 Oct 2022 17:23:32 +0300 Subject: [PATCH] Backport 4 riscv64 patches from upstream All the patches were made after 187 release. Signed-off-by: David Abdurachmanov --- elfutils.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index bd6d2d0..d49d46c 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Version: 0.187 %global baserelease 8 -Release: %{baserelease}%{?dist} +Release: %{baserelease}.0.riscv64%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL @@ -83,6 +83,12 @@ Patch4: elfutils-0.187-mhd_no_dual_stack.patch # https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Patch5: elfutils-0.187-mhd_epoll.patch +# riscv64 +Patch10: de209d23e5f571f03ff0efc6547a2ebbfae3828e.patch +Patch11: d703772ee51ff9171e0b4f09e1b1d7c96369f9b9.patch +Patch12: 2f275fc12127db031592752136f077f5f3f3d273.patch +Patch13: b713edb9a7f3da8e4dd28ac69a1665ed493ca504.patch + %description Elfutils is a collection of utilities, including stack (to show backtraces), nm (for listing symbols from object files), size @@ -446,6 +452,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sat Oct 22 2022 David Abdurachmanov - 0.187-8.0.riscv64 +- Backport 4 riscv64 patches from upstream + * Wed Aug 24 2022 Debarshi Ray - 0.187-8 - Use %%sysusers_requires_compat to match %%sysusers_create_compat