From 561d1571b0cc844f20e6a5feac0f5dde950fa2ef Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 5 Aug 2022 11:36:58 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change until this is fixed. Signed-off-by: David Abdurachmanov --- binutils.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/binutils.spec b/binutils.spec index c8fd2c1..0ed5534 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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 - 2.38-23.0.riscv64 +- Disable debug packages on riscv64 + * Thu Aug 04 2022 Nick Clifton - 2.38-23 - Add the --package-metadata option to the linkers. (#2099999)