[yast-commit] r52573 - in /trunk/installation: control/control.SLED.xml control/control.SLES.xml control/control.openSUSE.xml package/yast2-installation.changes
Author: locilka Date: Mon Oct 27 13:01:45 2008 New Revision: 52573 URL: http://svn.opensuse.org/viewcvs/yast?rev=52573&view=rev Log: - Calling inst_prepareprogress also during Upgrade, all control files changed (bnc #438848). Modified: trunk/installation/control/control.SLED.xml trunk/installation/control/control.SLES.xml trunk/installation/control/control.openSUSE.xml trunk/installation/package/yast2-installation.changes Modified: trunk/installation/control/control.SLED.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLED.xml?rev=52573&r1=52572&r2=52573&view=diff ============================================================================== --- trunk/installation/control/control.SLED.xml (original) +++ trunk/installation/control/control.SLED.xml Mon Oct 27 13:01:45 2008 @@ -622,6 +622,15 @@ <execute>inst_proposal</execute> <proposal>initial</proposal> </module> + <!-- + FATE #303860: Provide consistent progress during installation + BNC #438848: Also during upgrade + --> + <module> + <label>Perform Update</label> + <name>prepareprogress</name> + </module> + <module> <label>Perform Update</label> <name>do_resize</name> Modified: trunk/installation/control/control.SLES.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLES.xml?rev=52573&r1=52572&r2=52573&view=diff ============================================================================== --- trunk/installation/control/control.SLES.xml (original) +++ trunk/installation/control/control.SLES.xml Mon Oct 27 13:01:45 2008 @@ -763,6 +763,15 @@ <execute>inst_proposal</execute> <proposal>initial</proposal> </module> + <!-- + FATE #303860: Provide consistent progress during installation + BNC #438848: Also during upgrade + --> + <module> + <label>Perform Update</label> + <name>prepareprogress</name> + </module> + <module> <label>Perform Update</label> <name>do_resize</name> Modified: trunk/installation/control/control.openSUSE.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.openSUSE.xml?rev=52573&r1=52572&r2=52573&view=diff ============================================================================== --- trunk/installation/control/control.openSUSE.xml (original) +++ trunk/installation/control/control.openSUSE.xml Mon Oct 27 13:01:45 2008 @@ -859,6 +859,14 @@ <execute>inst_proposal</execute> <proposal>initial</proposal> </module> + <!-- + FATE #303860: Provide consistent progress during installation + BNC #438848: Also during upgrade + --> + <module> + <label>Perform Installation</label> + <name>prepareprogress</name> + </module> <module> <label>Perform Update</label> <name>do_resize</name> Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=52573&r1=52572&r2=52573&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Mon Oct 27 13:01:45 2008 @@ -4,6 +4,8 @@ - Added lnussel's patch to run set_polkit_default_privs at desktop_finish script (bnc #438698). - Bigger license window (bnc #438100). +- Calling inst_prepareprogress also during Upgrade, all control + files changed (bnc #438848). ------------------------------------------------------------------- Tue Oct 21 16:46:00 CEST 2008 - locilka@suse.cz -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org