Disable perl_bootstrap for perl 5.40 rebuild
This commit is contained in:
parent
2cbed9bb39
commit
a5c5e23044
@ -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: 55%{?dist}
|
Release: 56%{?dist}
|
||||||
Summary: RPM macros for building Perl source package from source repository
|
Summary: RPM macros for building Perl source package from source repository
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
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
|
||||||
|
* Fri Aug 09 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1-56
|
||||||
|
- Disable perl_bootstrap for perl 5.40 rebuild
|
||||||
|
|
||||||
* Thu Jul 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1-55
|
* Thu Jul 18 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1-55
|
||||||
- Perl 5.40 rebuild
|
- Perl 5.40 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user