Disable debug packages on riscv64

Temporary change. Currently broken.

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

View File

@ -1,10 +1,14 @@
%define libselinuxver 3.4-1
%define libsepolver 3.4-1
%ifarch riscv64
%global debug_package %{nil}
%endif
Summary: SELinux policy compiler
Name: checkpolicy
Version: 3.4
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
License: GPLv2
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
# $ git clone https://github.com/fedora-selinux/selinux.git
@ -61,6 +65,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
%{_bindir}/sedispol
%changelog
* Mon Aug 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.4-3.0.riscv64
- Disable debug packages on riscv64
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild