[Bug 475682] zypper: offer switch to search in provides/requires field
http://bugzilla.novell.com/show_bug.cgi?id=475682 User ma@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=475682#c5 --- Comment #5 from Michael Andres <ma@novell.com> 2009-05-29 12:35:12 MDT --- PoolQuery::addDependency interface is present in libzypp-6.7.0. * // Find all packages providing "kernel > 2.0" * addDependency( sat::SolvAttr::provides, "kernel", Rel::GT, Edition("2.0") ); * * // // Find all packages named "kernel" and with edition "> 2.0" * addDependency( sat::SolvAttr::name, "kernel", Rel::GT, Edition("2.0") ); See doxygen for doc and examples. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com