From e8c0faf300f053375c9ac348fb0e2d3f0614d3a4 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 10:49:40 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change. Currently broken. Signed-off-by: David Abdurachmanov --- util-linux.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 5e64215..164185f 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -1,8 +1,13 @@ ### Header + +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: Collection of basic system utilities Name: util-linux Version: 2.38.1 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://en.wikipedia.org/wiki/Util-linux @@ -909,6 +914,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Mon Aug 8 2022 David Abdurachmanov - 2.38.1-1.0.riscv64 +- Disable debug packages on riscv64 + * Thu Aug 4 2022 Karel Zak - 2.38.1-1 - upgrade to v2.38.1 https://kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes