install_packages returns SUGGESTED package too.
authorStefan Schubert <schubi@suse.de>
Fri, 25 Aug 2006 12:35:59 +0000 (12:35 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 25 Aug 2006 12:35:59 +0000 (12:35 +0000)
 Bug 201476

package/libzypp.changes
zypp/detail/PatternImplIf.cc

index 856a84a..b0a2a6b 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
+
+- zyppPattern->install_packages returns SUGGESTED package too.
+  Bug 201476 
+
+-------------------------------------------------------------------
 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
 
 - New behaviour in the solver: try with 'best' package first, try with 'all'
index 01396c3..a8fc19c 100644 (file)
@@ -55,7 +55,8 @@ namespace zypp
 
        copycaps( result, self()->dep( Dep::REQUIRES ) );
        copycaps( result, self()->dep( Dep::RECOMMENDS) );
-
+       copycaps( result, self()->dep( Dep::SUGGESTS) );
+       
        return result;
     }