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-07 08:24:33 +03:00
parent bcee1864f4
commit 93c78e5e57
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
# -*- coding: utf-8 -*-
# This decides the SRPM name. Set to "make" for a rolling release
# (like Fedora) or "make-latest" for a long term release that needs
@ -5,7 +9,7 @@
Name: make
Epoch: 1
Version: 4.3
Release: 11%{?dist}
Release: 11.0.riscv64%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/make/
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
@ -144,6 +148,9 @@ echo ============END TESTING===========
%{_includedir}/gnumake.h
%changelog
* Fri Aug 07 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1:4.3-11.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild