Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-12-06 | python-smartpm: add support for recommends | Paul Eggleton | 1 | |
Implement support within Smart for handling RRECOMMENDS relationships between RPM packages as used by OE. This includes support within the base system for caching and resolving these relationships as well as specific support in the RPM backend for reading the information from packages, and reading the "missingok" flag added to createrepo for rpm-md feeds. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2012-11-14 | python-smartpm: Add basic knowledge of RPMSENSE_MISSINGOK | Mark Hatle | 1 | |
Currently smart does not support recommend dependencies. Add the first set of 'support' for RPMSENSE_MISSINGOK (the flag that makes something a recommend). This initial support ends up ignoring the recommendation, but is written in a way that it will be the basis of eventual support. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |