Disable perl_bootstrap for perl 5.34 rebuild
This commit is contained in:
parent
12189e6cce
commit
f0375d9c8c
@ -13,7 +13,7 @@
|
|||||||
# dependencies, for example: perl-Test-Minimum-Version <->
|
# dependencies, for example: perl-Test-Minimum-Version <->
|
||||||
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
||||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||||
%perl_bootstrap 1
|
#%%perl_bootstrap 1
|
||||||
|
|
||||||
# Perl macro, no longer part of rpm >= 4.15
|
# Perl macro, no longer part of rpm >= 4.15
|
||||||
%__perl %{_bindir}/perl
|
%__perl %{_bindir}/perl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-srpm-macros
|
Name: perl-srpm-macros
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 40%{?dist}
|
Release: 41%{?dist}
|
||||||
Summary: RPM macros for building Perl source package from source repository
|
Summary: RPM macros for building Perl source package from source repository
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Source0: macros.perl-srpm
|
Source0: macros.perl-srpm
|
||||||
@ -18,6 +18,9 @@ install -m 644 -D "%{SOURCE0}" \
|
|||||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1-41
|
||||||
|
- Disable perl_bootstrap for perl 5.34 rebuild
|
||||||
|
|
||||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1-40
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1-40
|
||||||
- Perl 5.34 rebuild
|
- Perl 5.34 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user