diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-17 01:37:38 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-02 14:38:50 +0100 |
commit | 25109a78771e0a19f6fdbd3175616eec4273ff09 (patch) | |
tree | e25fa05b02b3d6d02dd8894c1f3fa6c2717d28e2 | |
parent | 010ca879bf012d8c6167161c9bc660da4f00cc69 (diff) | |
download | urpmi-25109a78771e0a19f6fdbd3175616eec4273ff09.tar urpmi-25109a78771e0a19f6fdbd3175616eec4273ff09.tar.gz urpmi-25109a78771e0a19f6fdbd3175616eec4273ff09.tar.bz2 urpmi-25109a78771e0a19f6fdbd3175616eec4273ff09.tar.xz urpmi-25109a78771e0a19f6fdbd3175616eec4273ff09.zip |
cpan_testers: require a newer rpmtools
we need a rpmtools that rely on Digest::MD5 instead of md5sum so that
urpmi's coverage can increase (aka stop t/02create_pkgs.t to fail
everywhere)
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3231c273..9c3dbc96 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -160,7 +160,7 @@ WriteMakefile( 'Expect' => '0', 'File::Slurp' => '0', 'Net::Server' => '0', - 'rpmtools' => '7.11', + 'rpmtools' => '7.12', 'Test::More' => '1.302', 'Test::Pod' => '0', 'Test::Pod::Coverage' => '0', @@ -4,7 +4,7 @@ o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 o fix testsuite errors on CentOs (NVR vs NVRA) - o require a newer enough Test::More + o require a newer enough Test::More & rpmtools o skip mirrorlist tests on !Mageia o skip tests if we have no supported downloader o testsuite needs rpmtools |