From 2ab8eb16c6ded6a8ad2c89872085166223e40e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 16 Aug 2019 07:38:59 +0200 Subject: [PATCH] Build-require blib module for tests --- perl-Pod-Perldoc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec index 70b777e..278b59d 100644 --- a/perl-Pod-Perldoc.spec +++ b/perl-Pod-Perldoc.spec @@ -8,7 +8,7 @@ Name: perl-Pod-Perldoc # let's overwrite the module from perl.srpm Version: 3.28.01 -Release: 441%{?dist} +Release: 442%{?dist} Summary: Look up Perl documentation in Pod format License: GPL+ or Artistic URL: https://metacpan.org/release/Pod-Perldoc @@ -56,6 +56,7 @@ BuildRequires: perl(Pod::Text::Termcap) # Text::ParseWords not used by tests BuildRequires: perl(vars) # Tests: +BuildRequires: perl(blib) BuildRequires: perl(Test::More) # Optional tests: %if !%{defined perl_bootstrap} @@ -119,6 +120,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Aug 16 2019 Petr Pisar - 3.28.01-442 +- Build-require blib module for tests (bug #1739463) + * Thu Aug 15 2019 Petr Pisar - 3.28.01-441 - Fix searching for builtins in perlop POD (bug #1739463)