Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 573d9daf9d
Disable debug packages on riscv64
Temporary change. Debug packages are broken right now.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-08-08 10:42:54 +03:00
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,11 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
Summary: The GNU versions of find utilities (find and xargs)
Name: findutils
Version: 4.9.0
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
Epoch: 1
License: GPLv3+
URL: https://www.gnu.org/software/findutils/
@ -111,6 +115,9 @@ rm -f %{buildroot}%{_infodir}/dir
%{_infodir}/find-maint.info.*
%changelog
* Mon Aug 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1:4.9.0-2.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild