From 07deffe40fa9465d0438f3ef09a0442d254971af Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 13:07:18 +0300 Subject: [PATCH] Disable debug packages for riscv64 Temporary change. Currently broken. Signed-off-by: David Abdurachmanov --- setroubleshoot.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index fbb8a76..ddcc142 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,10 +1,14 @@ # Disable automatic compilation of Python files in extra directories %global _python_bytecompile_extra 0 +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.30 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} License: GPLv2+ URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -190,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon Aug 08 2022 David Abdurachmanov - 3.3.30-2.0.riscv64 +- Disable debug packages for riscv64 + * Sat Jul 23 2022 Fedora Release Engineering - 3.3.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild