DistUpgrade: searching for providers -> regarding name only
authorStefan Schubert <schubi@suse.de>
Wed, 7 May 2008 11:51:52 +0000 (11:51 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 7 May 2008 11:51:52 +0000 (11:51 +0000)
zypp/solver/detail/ResolverUpgrade.cc

index a11e65f..5c4dc11 100644 (file)
@@ -425,7 +425,7 @@ Resolver::doUpgrade( UpgradeStatistics & opt_stats_r )
       // If unique provides exists check if obsoleted (replaced).
       // Remember new package for 2nd pass.
 
-      Capability installedCap( installed->name(), Rel::EQ, installed->edition(), installed->kind());
+      Capability installedCap( installed->name(), installed->kind());
       
       // find ALL providers
       sat::WhatProvides possibleProviders(installedCap);