Disable debug packages on riscv64

Temporary change. Generating debug information is broken right now.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-06 08:40:23 +03:00
parent cff482b849
commit 0c053cfef9
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
#
# Important notes regarding the package:
# ======================================
@ -47,7 +51,7 @@
Name: gawk
Summary: The GNU version of the AWK text processing utility
Version: 5.1.1
Release: 4%{?dist}
Release: 4.0.riscv64%{?dist}
License: GPLv3+ and GPLv2+ and LGPLv2+ and BSD
@ -292,6 +296,9 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/
# =============================================================================
%changelog
* Sat Aug 06 2022 David Abdurachmanov <davidlt@rivosinc.com> - 5.1.1-4.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild