Author: kmachalkova Date: Fri Feb 27 15:37:11 2009 New Revision: 55816 URL: http://svn.opensuse.org/viewcvs/yast?rev=55816&view=rev Log: wizard sequencer must handle `hardware symbol (#476490) Modified: branches/SuSE-Code-11-Branch/network/VERSION branches/SuSE-Code-11-Branch/network/package/yast2-network.changes branches/SuSE-Code-11-Branch/network/src/lan/wizards.ycp Modified: branches/SuSE-Code-11-Branch/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/VERSION?rev=55816&r1=55815&r2=55816&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/VERSION (original) +++ branches/SuSE-Code-11-Branch/network/VERSION Fri Feb 27 15:37:11 2009 @@ -1 +1 @@ -2.17.74 +2.17.75 Modified: branches/SuSE-Code-11-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/package/yast2-network.changes?rev=55816&r1=55815&r2=55816&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-Branch/network/package/yast2-network.changes Fri Feb 27 15:37:11 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Feb 27 15:31:32 CET 2009 - kmachalkova@suse.cz + +- Added omitted handling of `hardware symbol in s390 device workflow + (bnc#476490) +- 2.17.75 + +------------------------------------------------------------------- Thu Feb 26 12:07:25 CET 2009 - jsrain@suse.cz - store HW address only for L2 qeth devices (bnc #479481) Modified: branches/SuSE-Code-11-Branch/network/src/lan/wizards.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/src/lan/wizards.ycp?rev=55816&r1=55815&r2=55816&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/src/lan/wizards.ycp (original) +++ branches/SuSE-Code-11-Branch/network/src/lan/wizards.ycp Fri Feb 27 15:37:11 2009 @@ -170,6 +170,7 @@ ], "s390" : $[ `abort : `abort, + `hardware : "hardware", `next : "address", ], ]; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org