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