[yast-commit] r55823 - in /branches/SuSE-Code-11-Branch/network: VERSION package/yast2-network.changes src/clients/save_network.ycp
Author: jsrain Date: Sat Feb 28 16:50:35 2009 New Revision: 55823 URL: http://svn.opensuse.org/viewcvs/yast?rev=55823&view=rev Log: fixed identification of qeth interfaces (bnc #479481) 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/clients/save_network.ycp Modified: branches/SuSE-Code-11-Branch/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/VERSION?rev=55823&r1=55822&r2=55823&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/VERSION (original) +++ branches/SuSE-Code-11-Branch/network/VERSION Sat Feb 28 16:50:35 2009 @@ -1 +1 @@ -2.17.75 +2.17.76 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=55823&r1=55822&r2=55823&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-Branch/network/package/yast2-network.changes Sat Feb 28 16:50:35 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Feb 28 16:32:25 CET 2009 - jsrain@suse.cz + +- fixed identification of qeth interfaces (bnc #479481) +- 2.17.76 + +------------------------------------------------------------------- Fri Feb 27 15:31:32 CET 2009 - kmachalkova@suse.cz - Added omitted handling of `hardware symbol in s390 device workflow Modified: branches/SuSE-Code-11-Branch/network/src/clients/save_network.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/src/clients/save_network.ycp?rev=55823&r1=55822&r2=55823&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/src/clients/save_network.ycp (original) +++ branches/SuSE-Code-11-Branch/network/src/clients/save_network.ycp Sat Feb 28 16:50:35 2009 @@ -126,7 +126,7 @@ if (InstallInf["type"]:"" == "hsi" && haskey (InstallInf, "hwaddr")) InstallInf = remove (InstallInf, "hwaddr"); // set HW address only for qeth set to Layer 2 (bnc #479481) - if (InstallInf["type"]:"" == "qeth" && InstallInf["QETH_LAYER2_SUPPORT"]:"0" != "1") + if (InstallInf["type"]:"" == "eth" && InstallInf["QETH_LAYER2_SUPPORT"]:"0" != "1") InstallInf = remove (InstallInf, "hwaddr"); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn.opensuse.org