aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index f742d45d..1a716b80 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1878,7 +1878,7 @@ Is it ok to continue?", join("\n\n", $r, if_($to_install, $to_install))) : $to_i
gurpm::label(N("Verifying package signatures..."));
my $total = @rpms_install + @rpms_upgrade;
my $progress;
- my @invalid_sources = $urpm->check_sources_signatures(
+ my @invalid_sources = map { c::set_tagged_utf8($_); $_ } $urpm->check_sources_signatures(
\%sources_install, \%sources,
translate => 1, basename => 1,
callback => sub {