Disable debug packages on riscv64

Temporary change until this is fixed.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-05 11:36:58 +03:00
parent 9ee9ffc894
commit 561d1571b0
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -1,3 +1,6 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
# Determine if this is a native build or a cross build.
#
@ -948,6 +951,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Fri Aug 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.38-23.0.riscv64
- Disable debug packages on riscv64
* Thu Aug 04 2022 Nick Clifton <nickc@redhat.com> - 2.38-23
- Add the --package-metadata option to the linkers. (#2099999)