From ed7d27227d25802d5089c15dd439934c71d6c05a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 9 Aug 2022 06:43:03 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change. Currently broken. Signed-off-by: David Abdurachmanov --- setools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index 900aa3e..6d75afe 100644 --- a/setools.spec +++ b/setools.spec @@ -1,9 +1,13 @@ %global sepol_ver 3.4-1 %global selinux_ver 3.4-1 +%ifarch riscv64 +%global debug_package %{nil} +%endif + Name: setools Version: 4.4.0 -Release: 9%{?dist} +Release: 9.0.riscv64%{?dist} Summary: Policy analysis tools for SELinux License: GPLv2 @@ -141,6 +145,9 @@ Python modules designed to facilitate SELinux policy analysis. %{_mandir}/ru/man1/apol* %changelog +* Wed Aug 09 2022 David Abdurachmanov - 4.4.0-9.0.riscv64 +- Disable debug packages on riscv64 + * Sat Jul 23 2022 Fedora Release Engineering - 4.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild