projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743a806
)
DistUpgrade: searching for providers -> regarding name only
author
Stefan Schubert
<schubi@suse.de>
Wed, 7 May 2008 11:51:52 +0000
(11:51 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Wed, 7 May 2008 11:51:52 +0000
(11:51 +0000)
zypp/solver/detail/ResolverUpgrade.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/ResolverUpgrade.cc
b/zypp/solver/detail/ResolverUpgrade.cc
index a11e65f0400cab101d709d1dd223acc1858f1377..5c4dc11365881db9026829ecdb78e121443746ce 100644
(file)
--- a/
zypp/solver/detail/ResolverUpgrade.cc
+++ b/
zypp/solver/detail/ResolverUpgrade.cc
@@
-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);