Disable debug packages on riscv64

Temporary change until it's fixed.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-04 15:27:10 +03:00
parent 4f559f2740
commit 622c84ff7a
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -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 <davidlt@rivosinc.com> - 0.187-7.0.riscv64
- Disable debug packages on riscv64
* Wed Jul 27 2022 Amit Shah <amitshah@fedoraproject.org> - 0.187-7
- Allow building without default debuginfod URL