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)