Disable bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
9e6260af75
commit
0ed6d692c7
@ -13,7 +13,7 @@
|
||||
# dependencies, for example: perl-Test-Minimum-Version <->
|
||||
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||
%perl_bootstrap 1
|
||||
#%%perl_bootstrap 1
|
||||
|
||||
# Perl macro, no longer part of rpm >= 4.15
|
||||
%__perl %{_bindir}/perl
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-srpm-macros
|
||||
Version: 1
|
||||
Release: 46.0.riscv64%{?dist}
|
||||
Release: 46.1.riscv64%{?dist}
|
||||
Summary: RPM macros for building Perl source package from source repository
|
||||
License: GPLv3+
|
||||
Source0: macros.perl-srpm
|
||||
@ -18,7 +18,10 @@ install -m 644 -D "%{SOURCE0}" \
|
||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1-46.0.riscv64
|
||||
* Fri Sep 09 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1-46.1.riscv64
|
||||
- Disable bootstrap for riscv64
|
||||
|
||||
* Mon Sep 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1-46.0.riscv64
|
||||
- Bootstrap perl on riscv64
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1-46
|
||||
|
Loading…
Reference in New Issue
Block a user