Disable debug packages on riscv64
Temporary change until this is fixed. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
9ee9ffc894
commit
561d1571b0
@ -1,3 +1,6 @@
|
|||||||
|
%ifarch riscv64
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
# Determine if this is a native build or a cross build.
|
# Determine if this is a native build or a cross build.
|
||||||
#
|
#
|
||||||
@ -948,6 +951,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%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
|
* Thu Aug 04 2022 Nick Clifton <nickc@redhat.com> - 2.38-23
|
||||||
- Add the --package-metadata option to the linkers. (#2099999)
|
- Add the --package-metadata option to the linkers. (#2099999)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user