wrong solution action for -do not install solvable-
authorStefan Schubert <schubi@suse.de>
Wed, 9 Jan 2008 14:33:51 +0000 (14:33 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 9 Jan 2008 14:33:51 +0000 (14:33 +0000)
zypp/sat/SATResolver.cc

index 88ea24e60091fdceb04abc45462c789db4c41d60..8baa23e1c62d9380f6fd46877ceea72a2cdf68de 100644 (file)
@@ -589,7 +589,7 @@ SATResolver::problems ()
                                        MIL << description << endl;
                                        problemSolution->addDescription (description);
                                    } else {
-                                       problemSolution->addSingleAction (poolItem, KEEP);
+                                       problemSolution->addSingleAction (poolItem, REMOVE);
                                        string description = str::form (_("do not install %s"), solvable2str(pool, s));
                                        MIL << description << endl;
                                        problemSolution->addDescription (description);