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 13:35:14 +03:00
parent 56f204d8e1
commit c515c4b5e2
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,12 @@
%global libsepolver 3.4-1
%ifarch riscv64
%global debug_package %{nil}
%endif
Name: secilc
Version: 3.4
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
Summary: The SELinux CIL Compiler
License: BSD
@ -66,6 +70,9 @@ make %{?_smp_mflags} DESTDIR="%{buildroot}" SBINDIR="%{buildroot}%{_sbindir}" LI
%license COPYING
%changelog
* Mon Aug 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.4-3.0.riscv64
- Disable debug packages on riscv64
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild