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:
d8d29d7
)
do not delete unmaintained packages which has been selected by a none equivalent...
author
Stefan Schubert
<schubi@suse.de>
Fri, 15 Feb 2008 11:41:09 +0000
(11:41 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Fri, 15 Feb 2008 11:41:09 +0000
(11:41 +0000)
zypp/solver/detail/ResolverUpgrade.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/ResolverUpgrade.cc
b/zypp/solver/detail/ResolverUpgrade.cc
index
8ddc6fa
..
82833d0
100644
(file)
--- a/
zypp/solver/detail/ResolverUpgrade.cc
+++ b/
zypp/solver/detail/ResolverUpgrade.cc
@@
-520,10
+520,6
@@
Resolver::doUpgrade( UpgradeStatistics & opt_stats_r )
///////////////////////////////////////////////////////////////////
if ( probably_dropped ) {
- if ( opt_stats_r.delete_unmaintained
- && VendorAttr::instance().equivalent( installed->vendor(), "suse" ) ) {
- installed.status().setToBeUninstalled( ResStatus::APPL_HIGH );
- }
++opt_stats_r.chk_dropped;
_update_items.push_back( installed );
}