From 622c84ff7aff022543abf827c9034c199edd212e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 4 Aug 2022 15:27:10 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change until it's fixed. Signed-off-by: David Abdurachmanov --- elfutils.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 11e7613..3acbab8 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,11 @@ +%ifarch riscv64 +%global debug_package %{nil} +%endif + Name: elfutils Version: 0.187 %global baserelease 7 -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 @@ -442,6 +446,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Thu Aug 04 2022 David Abdurachmanov - 0.187-7.0.riscv64 +- Disable debug packages on riscv64 + * Wed Jul 27 2022 Amit Shah - 0.187-7 - Allow building without default debuginfod URL