[yast-commit] r67076 - in /branches/SuSE-Code-11-SP2-Branch/wagon: VERSION package/yast2-wagon.changes src/modules/Wagon.ycp
Author: lslezak Date: Mon Jan 2 15:59:01 2012 New Revision: 67076 URL: http://svn.opensuse.org/viewcvs/yast?rev=67076&view=rev Log: - install also all applicable patches (except optional ones) (part of fate#311994) - 2.17.29 Modified: branches/SuSE-Code-11-SP2-Branch/wagon/VERSION branches/SuSE-Code-11-SP2-Branch/wagon/package/yast2-wagon.changes branches/SuSE-Code-11-SP2-Branch/wagon/src/modules/Wagon.ycp Modified: branches/SuSE-Code-11-SP2-Branch/wagon/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/wagon/VERSION?rev=67076&r1=67075&r2=67076&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/wagon/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/wagon/VERSION Mon Jan 2 15:59:01 2012 @@ -1 +1 @@ -2.17.28 +2.17.29 Modified: branches/SuSE-Code-11-SP2-Branch/wagon/package/yast2-wagon.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/wagon/package/yast2-wagon.changes?rev=67076&r1=67075&r2=67076&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/wagon/package/yast2-wagon.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/wagon/package/yast2-wagon.changes Mon Jan 2 15:59:01 2012 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jan 2 13:11:06 UTC 2012 - lslezak@suse.cz + +- install also all applicable patches (except optional ones) + (part of fate#311994) +- 2.17.29 + +------------------------------------------------------------------- Wed Dec 21 09:56:24 UTC 2011 - lslezak@suse.cz - force product upgrade in full migratinon mode, handle product Modified: branches/SuSE-Code-11-SP2-Branch/wagon/src/modules/Wagon.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/wagon/src/modules/Wagon.ycp?rev=67076&r1=67075&r2=67076&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/wagon/src/modules/Wagon.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/wagon/src/modules/Wagon.ycp Mon Jan 2 15:59:01 2012 @@ -473,6 +473,10 @@ map <string, any> update_conf = GetUpdateConf(); map <symbol, integer> update_sum = Pkg::PkgUpdateAll (update_conf); y2milestone ("Update configuration: %1, update summary: %2", update_conf, update_sum); + + // also preselect all applicable patches (except optional ones) + integer patches = Pkg::ResolvablePreselectPatches(`all); + y2milestone("Preselected patches: %1", patches); } else { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org