From 93c78e5e57ea64a1f06b1795bca3e0bdc65814af Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 7 Aug 2022 08:24:33 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change. Currently broken. Signed-off-by: David Abdurachmanov --- make.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index 765627f..8e73c2a 100644 --- a/make.spec +++ b/make.spec @@ -1,3 +1,7 @@ +%ifarch riscv64 +%global debug_package %{nil} +%endif + # -*- coding: utf-8 -*- # This decides the SRPM name. Set to "make" for a rolling release # (like Fedora) or "make-latest" for a long term release that needs @@ -5,7 +9,7 @@ Name: make Epoch: 1 Version: 4.3 -Release: 11%{?dist} +Release: 11.0.riscv64%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/make/ Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -144,6 +148,9 @@ echo ============END TESTING=========== %{_includedir}/gnumake.h %changelog +* Fri Aug 07 2022 David Abdurachmanov - 1:4.3-11.0.riscv64 +- Disable debug packages on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 1:4.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild