From 2d16a560a62fc223d2b2246476d6de3f26a10235 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 18:15:18 +0300 Subject: [PATCH] Disable debug packages on riscv64 Signed-off-by: David Abdurachmanov --- mcstrans.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mcstrans.spec b/mcstrans.spec index c61e9c9..5a7d033 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,7 +1,11 @@ +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: SELinux Translation Daemon Name: mcstrans Version: 3.4 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} License: GPL+ Url: https://github.com/SELinuxProject/selinux/wiki Source: https://github.com/SELinuxProject/selinux/releases/download/3.4/mcstrans-3.4.tar.gz @@ -91,6 +95,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/ %{_usr}/share/mcstrans/util/* %changelog +* Mon Aug 08 2022 David Abdurachmanov - 3.4-3.0.riscv64 +- Disable debug packages on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild