From f169f5710ac9f206fba2bdf8583cd5e952186091 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Sep 2018 10:51:04 +0200 Subject: testsuite needs rpmtools actually it really needs genhdlist2 from rpmtools The later provides a dummy rpmtools.pm package so that cpan testers can be happy We need at least 7.11 as previous versions forced vendor dir which is usually not defined, thus resulting in: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/' Do not have write permissions on '/' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Which made urpmi's testsuite to fail on most cpan testers due to genhdlist2 not being available --- Makefile.PL | 1 + NEWS | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 1357abe4..73fd9c9e 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -161,6 +161,7 @@ WriteMakefile( 'Expect' => '0', 'File::Slurp' => '0', 'Net::Server' => '0', + 'rpmtools' => '7.11', 'Test::More' => '0', 'Test::Pod' => '0', 'Test::Pod::Coverage' => '0', diff --git a/NEWS b/NEWS index 5147a99d..8b924835 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 o skip tests if we have no supported downloader + o testsuite needs rpmtools Version 8.120 - 21 October 2019 -- cgit v1.2.1