diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-24 12:52:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-24 12:52:51 +0000 |
commit | 913539f5064ae681f7308d03b7d62969acad7615 (patch) | |
tree | f1ba84f7bfccb208578748f6b7a254c40d6b0bcc | |
parent | 43f2423d3577944f7244c091593e0a805933c13c (diff) | |
download | urpmi-913539f5064ae681f7308d03b7d62969acad7615.tar urpmi-913539f5064ae681f7308d03b7d62969acad7615.tar.gz urpmi-913539f5064ae681f7308d03b7d62969acad7615.tar.bz2 urpmi-913539f5064ae681f7308d03b7d62969acad7615.tar.xz urpmi-913539f5064ae681f7308d03b7d62969acad7615.zip |
report packages signature checking in global progress bar dialog
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gurpmi2 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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, |