do not delete unmaintained packages which has been selected by a none equivalent...
authorStefan Schubert <schubi@suse.de>
Fri, 15 Feb 2008 11:41:09 +0000 (11:41 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 15 Feb 2008 11:41:09 +0000 (11:41 +0000)
zypp/solver/detail/ResolverUpgrade.cc

index 8ddc6fa..82833d0 100644 (file)
@@ -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 );
     }