[pkg-discuss] 8882 exception during upgrade with update manager gui

John Rice John.Rice at Sun.COM
Tue May 19 11:01:25 PDT 2009


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




More information about the pkg-discuss mailing list