From: Stefan Hundhammer Date: Wed, 29 Mar 2006 11:03:47 +0000 (+0000) Subject: suppress atoms in patch contents X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3fb5c9bddf8f5954ee4002b09f5463508a4b2e4;p=platform%2Fupstream%2Flibzypp.git suppress atoms in patch contents --- diff --git a/zypp/ui/PatchContentsImpl.cc b/zypp/ui/PatchContentsImpl.cc index ea0fdad..a555800 100644 --- a/zypp/ui/PatchContentsImpl.cc +++ b/zypp/ui/PatchContentsImpl.cc @@ -46,7 +46,8 @@ namespace zypp { // DBG << "Found " << (*atom_it)->name() << " " << (*foundNames)->edition().asString() << endl; - if ( (*atom_it)->edition() == (*foundNames)->edition() && + if ( ! isKind( (*foundNames).resolvable() ) && + (*atom_it)->edition() == (*foundNames)->edition() && (*atom_it)->arch() == (*foundNames)->arch() ) { found = true;