From 718a3f94b4f7e5196489a0f708c9a434dc23c16f Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Fri, 15 Feb 2008 16:19:06 +0000 Subject: [PATCH] do not file a delete request for an updated item --- zypp/sat/SATResolver.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/zypp/sat/SATResolver.cc b/zypp/sat/SATResolver.cc index 6ec2319db..74d057c79 100644 --- a/zypp/sat/SATResolver.cc +++ b/zypp/sat/SATResolver.cc @@ -743,7 +743,6 @@ SATResolver::problems () PoolItem itemTo = _pool.find (sat::Solvable(rp)); if (itemFrom && itemTo) { problemSolution->addSingleAction (itemTo, INSTALL); - problemSolution->addSingleAction (itemFrom, REMOVE); if (evrcmp(pool, s->evr, sd->evr, EVRCMP_COMPARE ) > 0) { -- 2.34.1