Disable bootstrap (riscv64)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-06-01 07:09:12 +03:00
parent 61c95c375f
commit 21fbd20ab9
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,9 @@
# Perform optinal tests
%bcond_without perl_Sereal_Decoder_enables_optional_test
%global perl_bootstrap 1
Name: perl-Sereal-Decoder
Version: 5.003
Release: 1.rvre0%{?dist}
Release: 1.rvre1%{?dist}
Summary: Perl deserialization for Sereal format
# lib/Sereal/Decoder.pm: GPL+ or Artistic
## Unbundled:
@ -114,6 +112,9 @@ make test
%{_mandir}/man3/Sereal::Performance.3*
%changelog
* Thu Jun 01 2023 David Abdurachmanov <davidlt@rivosinc.com> - 5.003-1.rvre1
- Rebuilt for Fedora/RISCV (riscv64)
* Wed May 31 2023 David Abdurachmanov <davidlt@rivosinc.com> - 5.003-1.rvre0
- Rebuilt for Fedora/RISCV (riscv64)