diff options
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index bbf198e5..a7b58bec 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -152,7 +152,7 @@ WriteMakefile( 'MDV::Distribconf' => '4.100', 'Net::LDAP' => '0', 'Time::ZoneInfo' => '0', - 'URPM' => 'v5.25', + 'URPM' => 'v5.28', 'XML::LibXML' => '0', 'XML::LibXML::Reader' => '0', }, @@ -2,6 +2,7 @@ o do not skip network tests on pre-UsrMove distros (eg: Mageia 2) o fix running testsuite with rpm-4.9 o fix testuite if glibc-static-devel isn't installed on Mageia 2 + o needs URPM 5.28 for maximal portability Version 8.122 - 28 April 2020 |