Disable debug packages on riscv64
Temporary change until it's fixed. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
4f559f2740
commit
622c84ff7a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user