From 8d8c80ad6d0c1bcfdcd91d322d443eefb7cef688 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Aug 2022 12:55:15 +0300 Subject: [PATCH] Disable debug packages for riscv64 Temporary change. Currently broken. Signed-off-by: David Abdurachmanov --- libsemanage.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 85e1f21..41b7e9d 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,10 +1,14 @@ %define libsepolver 3.4-1 %define libselinuxver 3.4-1 +%ifarch riscv64 +%global debug_package %{nil} +%endif + Summary: SELinux binary policy manipulation library Name: libsemanage Version: 3.4 -Release: 5%{?dist} +Release: 5.0.riscv64%{?dist} License: LGPLv2+ Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libsemanage-3.4.tar.gz # fedora-selinux/selinux: git format-patch -N 3.4 -- libsemanage @@ -154,6 +158,9 @@ cp %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/semanage.conf %{_libexecdir}/selinux/semanage_migrate_store %changelog +* Mon Aug 08 2022 David Abdurachmanov - 3.4-5.0.riscv64 +- Disable debug packages for riscv64 + * Mon Jul 25 2022 Petr Lautrbach - 3.4-5 - Always write kernel policy when check_ext_changes is specified (#2104935)