From c3072f3a10a9915d11a819649c5163f147f56abd Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 16 Jun 2021 10:42:43 +0800 Subject: [PATCH] fixes failed: perl command not found --- perl-Test-File.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Test-File.spec b/perl-Test-File.spec index 469a3a6..8bc4551 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -3,14 +3,14 @@ Name: perl-Test-File Version: 1.44.3 -Release: 8 +Release: 9 Summary: A Perl module which provides test functions to check file attributes and data License: Artistic License 2.0 or GPL+ URL: https://metacpan.org/release/Test-File Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz BuildArch: noarch -BuildRequires: make +BuildRequires: make perl %if %{with test} BuildRequires: perl-Test-utf8 %endif @@ -45,6 +45,9 @@ make test %{_mandir}/man3/Test::File.3* %changelog +* Wed Jun 16 2021 wulei - 1.44.3-9 +- fixes failed: perl command not found + * Mon Aug 17 2020 lingsheng - 1.44.3-8 - Fix build fail