Revert "Disable checks for bootstrap"

This reverts commit 33b55dbb41.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-09 14:09:48 +03:00
parent 1160fe6de3
commit 6754a7d2ba
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 5 deletions

View File

@ -4,11 +4,11 @@
# run internal testsuite?
# fakechroot is severely broken beyond fedora 33, disable...
#%if 0%{?fedora} > 33 || 0%{?rhel} > 8
%if 0%{?fedora} > 33 || 0%{?rhel} > 8
%bcond_with check
#%else
#%bcond_without check
#%endif
%else
%bcond_without check
%endif
# build against xz?
%bcond_without xz
@ -618,7 +618,6 @@ fi
%changelog
* Tue Aug 02 2022 Michal Domonkos <mdomonko@redhat.com> - 4.18.0-0.beta1.4.0.riscv64
- Disable debug packages on riscv64
- Disable checks on riscv64 for bootstrap
* Tue Aug 02 2022 Michal Domonkos <mdomonko@redhat.com> - 4.18.0-0.beta1.4
- Revert %%autosetup -S git patch due to another regression