summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ec19155e..619ddce4 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -187,6 +187,16 @@ WriteMakefile(
( $ExtUtils::MakeMaker::VERSION >= 6.46 ? (
'META_MERGE' => {
"meta-spec" => { version => 2 },
+ provides => {
+ 'urpm' => {
+ file => 'urpm.pm',
+ version => 0, # workaround RT#127881
+ },
+ 'urpmi' => {
+ file => 'urpmi.pm',
+ version => 'v8.120',
+ },
+ },
resources => {
repository => {
type => 'git',