Skip POD tests on bootstrap
This commit is contained in:
parent
70ce7f9515
commit
8feba4c7e9
@ -20,8 +20,10 @@ BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests:
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
|
||||
@ -62,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1:0.17018-1
|
||||
- 0.17018 bump
|
||||
- Specify all dependencies
|
||||
- Skip POD tests on bootstrap
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17016-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user