Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 5a0fc776f4
Temporary change to bootstrap on RISC-V
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-22 13:37:59 +02:00
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
# Omit Coro support on bootsrap bacause perl-DBI is pulled in by core
# perl-CPANPLUS.
%define perl_bootstrap 1
%if %{defined perl_bootstrap} || 0%{?rhel} >= 7
%bcond_with perl_DBI_enables_coro
%else
@ -34,7 +35,7 @@
Name: perl-DBI
Version: 1.641
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: A database access API for perl
License: GPL+ or Artistic
URL: http://dbi.perl.org/
@ -214,6 +215,9 @@ make test
%endif
%changelog
* Tue May 22 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.641-1.0.riscv64
- Temporary change to boostrap package on RISC-V
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 1.641-1
- 1.641 bump