From 90c9b99993fdb48549bbc1e4a3f47f66b8bdce9a Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Wed, 4 Jan 2006 10:58:08 +0000 Subject: [PATCH] verify the correct dependency for conflicts --- zypp/solver/detail/StoreWorld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/StoreWorld.cc b/zypp/solver/detail/StoreWorld.cc index 99e362b..e96c5a0 100644 --- a/zypp/solver/detail/StoreWorld.cc +++ b/zypp/solver/detail/StoreWorld.cc @@ -581,7 +581,7 @@ namespace zypp if (r_and_d) //fprintf (stderr, "==> %s verify %s ? %s\n", r_and_d->asString().c_str(), dep->asString().c_str(), r_and_d->verifyRelation (dep) ? "Y" : "N"); - if (r_and_d && r_and_d->verifyRelation (dep)) { + if (r_and_d && r_and_d->dependency()->verifyRelation (dep)) { /* Skip dups if one of them in installed. */ if (r_and_d->resItem()->isInstalled() -- 2.7.4