diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-05 15:48:37 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-05 18:41:31 +0100 |
commit | 454c11f17a6955ff6d8601880fc42fc498f7343b (patch) | |
tree | 63c71e89db353684fdc90aaa0882559cd11d3308 /Makefile.PL | |
parent | bfc4d3f45be2e1857b712710dd8cb01a7cbfebb8 (diff) | |
download | urpmi-454c11f17a6955ff6d8601880fc42fc498f7343b.tar urpmi-454c11f17a6955ff6d8601880fc42fc498f7343b.tar.gz urpmi-454c11f17a6955ff6d8601880fc42fc498f7343b.tar.bz2 urpmi-454c11f17a6955ff6d8601880fc42fc498f7343b.tar.xz urpmi-454c11f17a6955ff6d8601880fc42fc498f7343b.zip |
add support for --reinstall
Needs perl-URPM-5.25 (it won't work with rpm < 4.12.x)
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9c3dbc96..ec19155e 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -152,7 +152,7 @@ WriteMakefile( 'MDV::Distribconf' => '4.100', 'Net::LDAP' => '0', 'Time::ZoneInfo' => '0', - 'URPM' => 'v5.16', + 'URPM' => 'v5.25', 'XML::LibXML' => '0', 'XML::LibXML::Reader' => '0', }, |