summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xgurpmi21
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce9d6c56..a91f7a10 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@
o display the addionnal space that will be used and the amount of downloaded
packages instead of the total size of the packages (like urpmi)
o fix return value (mga#9519)
+ o report packages signature checking in global progress bar dialog
Version 7.22 - 21 March 2013, by Thierry Vignaud
diff --git a/gurpmi2 b/gurpmi2
index 67758672..2c4727ff 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -336,6 +336,7 @@ sub do_install_3 () {
$mainw->set_progresslabel(N("The package(s) are already installed"));
},
success_summary => sub { $mainw->set_progresslabel(N("Installation finished")) },
+ pre_check_sig => \&gurpm::RPMProgressDialog::callback_pre_check_sig,
uninst => \&gurpm::RPMProgressDialog::callback_inst,
inst => \&gurpm::RPMProgressDialog::callback_inst,
trans => \&gurpm::RPMProgressDialog::callback_inst,