- this will always be true here
authorJan Kupec <jkupec@suse.cz>
Sun, 13 Apr 2008 10:08:54 +0000 (10:08 +0000)
committerJan Kupec <jkupec@suse.cz>
Sun, 13 Apr 2008 10:08:54 +0000 (10:08 +0000)
src/zypper-misc.cc

index ed2241c..23f7108 100644 (file)
@@ -1427,9 +1427,7 @@ static void list_patch_updates(Zypper & zypper, bool best_effort)
         tr << patch->repoInfo().name();
         tr << res->name () << res->edition ().asString();
         tr << patch->category();
-
-        if (!it->isSatisfied())
-          tr <<  _("Needed");        
+        tr <<  _("Needed");        
 
         if (patch->affects_pkg_manager ())
           pm_tbl << tr;