From b01ace127af1a60de2144a70b2bcf785e2e76072 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 12:18:04 +0300 Subject: [PATCH] Disable debug packages on riscv64 Temporary change. Debug packages are broken right now. Signed-off-by: David Abdurachmanov --- libsepol.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index 69a1a8c..bc7a5fb 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,11 @@ +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: SELinux binary policy manipulation library Name: libsepol Version: 3.4 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} License: LGPLv2+ Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libsepol-3.4.tar.gz URL: https://github.com/SELinuxProject/selinux/wiki @@ -106,6 +110,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8 %{_mandir}/man8/chkcon.8.gz %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