summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-18 17:45:47 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-03-18 17:45:50 +0100
commit670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7 (patch)
tree733ae5a96742c43d39b21c98995e522232f03d14
parent3caaf5dbebd51ff961dff1eaab1be9cdca1853ac (diff)
downloadurpmi-670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7.tar
urpmi-670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7.tar.gz
urpmi-670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7.tar.bz2
urpmi-670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7.tar.xz
urpmi-670a062a01fc385fc234fd9ce6d0d48b4ffcb3a7.zip
install perl-Glib-Object-Introspection...
...as priority upgrades prior to restart
-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' ])