[yast-commit] r66349 - in /trunk/pkg-bindings: VERSION package/yast2-pkg-bindings.changes src/Package.cc
Author: lslezak Date: Fri Oct 7 17:38:36 2011 New Revision: 66349 URL: http://svn.opensuse.org/viewcvs/yast?rev=66349&view=rev Log: - solver reset - reset also the distupgrade solver flag (bnc#709480) - 2.21.11 Modified: trunk/pkg-bindings/VERSION trunk/pkg-bindings/package/yast2-pkg-bindings.changes trunk/pkg-bindings/src/Package.cc Modified: trunk/pkg-bindings/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/pkg-bindings/VERSION?rev=66349&r1=66348&r2=66349&view=diff ============================================================================== --- trunk/pkg-bindings/VERSION (original) +++ trunk/pkg-bindings/VERSION Fri Oct 7 17:38:36 2011 @@ -1 +1 @@ -2.21.10 +2.21.11 Modified: trunk/pkg-bindings/package/yast2-pkg-bindings.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/pkg-bindings/package/yast2-pkg-bindings.changes?rev=66349&r1=66348&r2=66349&view=diff ============================================================================== --- trunk/pkg-bindings/package/yast2-pkg-bindings.changes (original) +++ trunk/pkg-bindings/package/yast2-pkg-bindings.changes Fri Oct 7 17:38:36 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Oct 7 10:12:22 UTC 2011 - lslezak@suse.cz + +- solver reset - reset also the distupgrade solver flag + (bnc#709480) +- 2.21.11 + +------------------------------------------------------------------- Fri Sep 23 11:21:12 UTC 2011 - lslezak@suse.cz - removed obsoleted selection related functions: Modified: trunk/pkg-bindings/src/Package.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/pkg-bindings/src/Package.cc?rev=66349&r1=66348&r2=66349&view=diff ============================================================================== --- trunk/pkg-bindings/src/Package.cc (original) +++ trunk/pkg-bindings/src/Package.cc Fri Oct 7 17:38:36 2011 @@ -1812,6 +1812,8 @@ { y2milestone("Resetting the solver"); zypp_ptr()->resolver()->reset(); + // reset also the dist upgrade flag (set by PkgUpdateAll()) + zypp_ptr()->resolver()->setUpgradeMode(false); } } -- 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