summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xgurpmi21
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85cfa1b5..2b5df22b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
- urpmi:
o fix displaying "bad signature" in non-utf8 (#44587)
+- gurpmi:
+ o [bugfix for 6.15] re-allow to continue on bad signature
Version 6.15 - 7 October 2008
diff --git a/gurpmi2 b/gurpmi2
index bfb4c0d1..faf3c559 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -211,6 +211,7 @@ sub ask_continue_blocking {
my $answer = $w->run;
$w->destroy;
exit(1) if $answer eq 'no';
+ 1;
}
sub do_install {