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-06 08:44:32 +03:00
parent f08586b17f
commit 1ae5d1ef30
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -1,3 +1,7 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
%global major_version 5.4
# Normally, this is the same as version, but... not always.
%global test_version 5.4.4
@ -14,7 +18,7 @@
Name: lua
Version: %{major_version}.4
Release: 4%{?dist}
Release: 4.0.riscv64%{?dist}
Summary: Powerful light-weight programming language
License: MIT
URL: https://www.lua.org/
@ -222,6 +226,9 @@ popd
%{_libdir}/*.a
%changelog
* Sat Aug 06 2022 David Abdurachmanov <davidlt@rivosinc.com> - 5.4.4-4.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild