Disable bootstrap
This commit is contained in:
parent
dd5b593c7e
commit
dab4d381e4
@ -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
|
||||
|
||||
# Modularity
|
||||
%_without_perl_Module_Runtime_enables_optional_test 1
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-srpm-macros
|
||||
Version: 3
|
||||
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
|
||||
* Fri Apr 28 2017 Petr Pisar <ppisar@redhat.com> - 3-2
|
||||
- Disable bootstrap
|
||||
|
||||
* Fri Apr 28 2017 Petr Pisar <ppisar@redhat.com> - 3-1
|
||||
- Enable bootstrap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user