From: Klaus Kaempf Date: Fri, 7 Apr 2006 10:39:36 +0000 (+0000) Subject: allow re-installs of non-packages X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5602a01c28f4900670c4b0528232f0be33a0954b;p=platform%2Fupstream%2Flibzypp.git allow re-installs of non-packages --- diff --git a/zypp/solver/detail/QueueItemInstall.cc b/zypp/solver/detail/QueueItemInstall.cc index 082242c..e901bd2 100644 --- a/zypp/solver/detail/QueueItemInstall.cc +++ b/zypp/solver/detail/QueueItemInstall.cc @@ -264,6 +264,7 @@ QueueItemInstall::process (ResolverContext_Ptr context, QueueItemList & qil) zypp, but can come up with the installer & autopull. */ if (_upgrades + && _item->kind() == ResTraits::kind && compareByNVRA(_item.resolvable(), _upgrades.resolvable()) == 0) { ResolverInfo_Ptr info;