Disable debug packages on riscv64

Temporary change. Debug packages are broken right now.

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

View File

@ -1,10 +1,14 @@
%define ruby_inc %(pkg-config --cflags ruby)
%define libsepolver 3.4-1
%ifarch riscv64
%global debug_package %{nil}
%endif
Summary: SELinux library and simple utilities
Name: libselinux
Version: 3.4
Release: 5%{?dist}
Release: 5.0.riscv64%{?dist}
License: Public Domain
# https://github.com/SELinuxProject/selinux/wiki/Releases
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libselinux-3.4.tar.gz
@ -214,6 +218,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
%{ruby_vendorarchdir}/selinux.so
%changelog
* Mon Aug 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.4-5.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild