-------------------------------------------------------------------
+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'
copycaps( result, self()->dep( Dep::REQUIRES ) );
copycaps( result, self()->dep( Dep::RECOMMENDS) );
-
+ copycaps( result, self()->dep( Dep::SUGGESTS) );
+
return result;
}