Taking "unlock" instead of setTransact(false) in the solutions (bnc
authorStefan Schubert <schubi@suse.de>
Fri, 24 Oct 2008 08:30:34 +0000 (08:30 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 24 Oct 2008 08:30:34 +0000 (08:30 +0000)
#436923)

package/libzypp.changes
zypp/solver/detail/SATResolver.cc

index 5f6d345..82bff11 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
+
+- Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
+
+-------------------------------------------------------------------
 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
 
 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
index 2bd2a49..6fa2a6f 100644 (file)
@@ -1075,7 +1075,7 @@ SATResolver::problems ()
                                        MIL << description << endl;
                                        problemSolution->addDescription (description);
                                    } else {
-                                       problemSolution->addSingleAction (poolItem, KEEP);
+                                       problemSolution->addSingleAction (poolItem, UNLOCK);
                                        string description = str::form (_("do not forbid installation of %s"), itemToString(poolItem, false).c_str());
                                        MIL << description << endl;
                                        problemSolution->addDescription (description);