Disable Perl bootstrap

This commit is contained in:
Petr Písař 2017-03-30 15:26:39 +02:00
parent 5d0437fa99
commit 05e51e02eb
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: 2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM macros for building Perl source package from source repository
Group: Development/Libraries
License: GPLv3+
@ -19,6 +19,9 @@ install -m 644 -D "%{SOURCE0}" \
%{_rpmconfigdir}/macros.d/macros.perl-srpm
%changelog
* Thu Mar 30 2017 Petr Pisar <ppisar@redhat.com> - 2-2
- Disable Perl bootstrap
* Thu Mar 30 2017 Petr Pisar <ppisar@redhat.com> - 2-1
- Enable Perl bootstrap