summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--gurpmi.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1772a147..ead4aa81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- gurpmi:
+ o install perl-Glib-Object-Introspection as priority upgrades prior to restart
+
Version 8.04 - 26 February 2015
- always display the right package name on errors (mga#15032)
diff --git a/gurpmi.pm b/gurpmi.pm
index 813c8a81..abbc6925 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -48,7 +48,7 @@ on a Mageia Linux distribution.
=cut
-urpm::select::add_packages_to_priority_upgrade_list('gurpmi', 'perl-Glib', 'perl-Gtk3');
+urpm::select::add_packages_to_priority_upgrade_list(qw(gurpmi perl-Glib perl-Glib-Object-Introspection perl-Gtk3));
sub usage () {
print urpm::args::copyright('gurpmi', [ '1999-2010', 'Mandriva' ])