The UM in 2009.06 will automatically detect if updates to SUNWipkg and SUNWipkg-um are needed, so these packages will be updated, but SUNWipkg-um must pull in the update to SUNWipkg-gui or UM will break as it shares code with PM.

Padraig has a one line patch to make sure UM updates all three packages, but this is not in 2009.06 as we missed the gate.
8882 exception during upgrade with update manager gui

JR

--- old/src/updatemanager.py    Mon May 18 12:03:23 2009
+++ new/src/updatemanager.py    Mon May 18 12:03:23 2009
@@ -1003,7 +1003,7 @@
                   action = enumerations.IMAGE_UPDATE,
                   be_name = self.ua_be_name,
                   parent_name = _("Update Manager"),
-                    pkg_list = ["SUNWipkg", "SUNWipkg-um"],
+ pkg_list = ["SUNWipkg", "SUNWipkg-gui", "SUNWipkg-um"],
                   main_window = self.w_um_dialog,
icon_confirm_dialog = self.__get_app_pixbuf("PM_package_36x"))
               return

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to