summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 21:01:52 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-01 00:35:11 +0200
commitffd2f3bb45bfc04e97f2e77b429204c48dad6534 (patch)
treeddc874d555080901599977e88d8d5e1505d888d7
parent8169b1b90fce87850da1829efe4267b00ab717dc (diff)
downloadurpmi-ffd2f3bb45bfc04e97f2e77b429204c48dad6534.tar
urpmi-ffd2f3bb45bfc04e97f2e77b429204c48dad6534.tar.gz
urpmi-ffd2f3bb45bfc04e97f2e77b429204c48dad6534.tar.bz2
urpmi-ffd2f3bb45bfc04e97f2e77b429204c48dad6534.tar.xz
urpmi-ffd2f3bb45bfc04e97f2e77b429204c48dad6534.zip
bump requires on URPM to 5.28
so that we can be tester nearly everywhere
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS1
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',
},
diff --git a/NEWS b/NEWS
index 5a542477..8213d678 100644
--- a/NEWS
+++ b/NEWS
@@ -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