[yast-commit] r43223 - in /trunk/network: src/modules/Provider.ycp yast2-network.spec.in
Author: kmachalkova Date: Fri Dec 21 14:26:52 2007 New Revision: 43223 URL: http://svn.opensuse.org/viewcvs/yast?rev=43223&view=rev Log: Dependency on yast2-country replaced with yast2-country-data Modified: trunk/network/src/modules/Provider.ycp trunk/network/yast2-network.spec.in Modified: trunk/network/src/modules/Provider.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/Provider.ycp?rev=43223&r1=43222&r2=43223&view=diff ============================================================================== --- trunk/network/src/modules/Provider.ycp (original) +++ trunk/network/src/modules/Provider.ycp Fri Dec 21 14:26:52 2007 @@ -197,7 +197,7 @@ } /** - * This is a single point of dependence on the Language module of yast2-country + * This is a single point of dependence on the Language module of yast2-country-data */ global string GetCountry () { import "Language"; Modified: trunk/network/yast2-network.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/yast2-network.spec.in?rev=43223&r1=43222&r2=43223&view=diff ============================================================================== --- trunk/network/yast2-network.spec.in (original) +++ trunk/network/yast2-network.spec.in Fri Dec 21 14:26:52 2007 @@ -12,10 +12,14 @@ # String::Random # Linuxrc::display_ip # SuSEFirewall::IsInstalled -# YCP module Internet -Requires: yast2 >= 2.16.8 +# NetworkDevices::GetDevTypeDescription +Requires: yast2 >= 2.16.18 + +Requires: sysconfig yast2-packager +#GetLanguageCountry +#(in newly created yast2-country-data) +Requires: yast2-country-data >=2.16.3 -Requires: sysconfig yast2-country yast2-packager PreReq: /bin/rm Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org