From 2c150c8e9df4b0f42a59a7c27968140ac2fb850c Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 9 Jan 2008 14:33:51 +0000 Subject: [PATCH] wrong solution action for -do not install solvable- --- zypp/sat/SATResolver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/sat/SATResolver.cc b/zypp/sat/SATResolver.cc index 88ea24e60..8baa23e1c 100644 --- a/zypp/sat/SATResolver.cc +++ b/zypp/sat/SATResolver.cc @@ -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); -- 2.34.1