Disable debug packages for riscv64

Temporary change. Currently broken.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-08 12:55:15 +03:00
parent 8cfbc662c1
commit 8d8c80ad6d
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -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 <davidlt@rivosinc.com> - 3.4-5.0.riscv64
- Disable debug packages for riscv64
* Mon Jul 25 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-5
- Always write kernel policy when check_ext_changes is specified (#2104935)