diff --git a/macros.perl-srpm b/macros.perl-srpm index bf9349d..7067731 100644 --- a/macros.perl-srpm +++ b/macros.perl-srpm @@ -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 diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec index 1cca246..6fcf35c 100644 --- a/perl-srpm-macros.spec +++ b/perl-srpm-macros.spec @@ -1,6 +1,6 @@ Name: perl-srpm-macros Version: 1 -Release: 40%{?dist} +Release: 41%{?dist} Summary: RPM macros for building Perl source package from source repository License: GPLv3+ Source0: macros.perl-srpm @@ -18,6 +18,9 @@ install -m 644 -D "%{SOURCE0}" \ %{_rpmconfigdir}/macros.d/macros.perl-srpm %changelog +* Mon May 24 2021 Jitka Plesnikova - 1-41 +- Disable perl_bootstrap for perl 5.34 rebuild + * Fri May 21 2021 Jitka Plesnikova - 1-40 - Perl 5.34 rebuild