revert bugfix 168906, it filters also valid errors
authorKlaus Kaempf <kkaempf@suse.de>
Fri, 28 Apr 2006 12:54:33 +0000 (12:54 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Fri, 28 Apr 2006 12:54:33 +0000 (12:54 +0000)
zypp/solver/detail/Resolver_problems.cc

index cf60115..8e20c99 100644 (file)
@@ -255,13 +255,6 @@ Resolver::problems (void) const
            }
            break;
            case RESOLVER_INFO_TYPE_CONFLICTS_WITH: {
-               if (item.status().staysUninstalled()
-                   || item.status().isToBeUninstalled())
-               {
-                   // dont warn about internal conflicts which are just used to set an item to "impossible"
-                   // (#168906)
-                   break;
-               }
                ResolverInfoConflictsWith_constPtr conflicts_with = dynamic_pointer_cast<const ResolverInfoConflictsWith>(info);
                if (conflicts_with->items().size() >= 1)
                    // TranslatorExplanation %s = name of package, patch, selection ...