Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 4440c2caa3
Disable debug packages on riscv64
Temporary change. Currently broken.

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

View File

@ -1,6 +1,10 @@
%ifarch riscv64
%global debug_package %{nil}
%endif
Name: fakechroot
Version: 2.20.1
Release: 11%{?dist}
Release: 11.0.riscv64%{?dist}
Summary: Gives a fake chroot environment
License: LGPLv2+
URL: https://github.com/dex4er/fakechroot
@ -83,6 +87,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%{_libdir}/%{name}/
%changelog
* Tue Aug 09 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.20.1-11.0.riscv64
- Disable debug packages on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild