Disable perl_bootstrap for perl 5.30 rebuild

This commit is contained in:
Jitka Plesnikova 2019-06-02 20:58:54 +02:00
parent 643eb1f618
commit 83aefd6ec5
2 changed files with 5 additions and 2 deletions

View File

@ -13,5 +13,5 @@
# 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

View File

@ -1,6 +1,6 @@
Name: perl-srpm-macros
Version: 1
Release: 30%{?dist}
Release: 31%{?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
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1-31
- Disable perl_bootstrap for perl 5.30 rebuild
* Wed Apr 24 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1-30
- Perl 5.30 rebuild