Author: locilka Date: Thu Jan 28 12:36:59 2010 New Revision: 60604 URL: http://svn.opensuse.org/viewcvs/yast?rev=60604&view=rev Log: Fixed reset-packager functionality (BNC #573575). Modified: branches/SuSE-Code-11-Branch/wagon/package/yast2-wagon.changes branches/SuSE-Code-11-Branch/wagon/src/include/common_func.ycp Modified: branches/SuSE-Code-11-Branch/wagon/package/yast2-wagon.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/wagon/package/yast2-wagon.changes?rev=60604&r1=60603&r2=60604&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/wagon/package/yast2-wagon.changes (original) +++ branches/SuSE-Code-11-Branch/wagon/package/yast2-wagon.changes Thu Jan 28 12:36:59 2010 @@ -2,6 +2,7 @@ Thu Jan 28 11:45:12 CET 2010 - locilka@suse.cz - Updated RPM dependencies (BNC #573482). +- Fixed reset-packager functionality (BNC #573575). ------------------------------------------------------------------- Wed Jan 27 11:52:01 CET 2010 - locilka@suse.cz Modified: branches/SuSE-Code-11-Branch/wagon/src/include/common_func.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/wagon/src/include/common_func.ycp?rev=60604&r1=60603&r2=60604&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/wagon/src/include/common_func.ycp (original) +++ branches/SuSE-Code-11-Branch/wagon/src/include/common_func.ycp Thu Jan 28 12:36:59 2010 @@ -112,7 +112,7 @@ string name = nil; y2milestone ("Neutralizing all resolvables"); - foreach (symbol resolvable, [`pattern, `patch, `package, `product, `scrpackage], { + foreach (symbol resolvable, [`pattern, `patch, `package, `product, `srcpackage], { Pkg::ResolvableNeutral ("" /* all */, resolvable, true /* force */); }); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org