Bug 755105
Summary: | Dependency calculation isn't accurate | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Justin Sherrill <jsherril> |
Component: | API | Assignee: | Tomas Strachota <tstrachota> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | bkearney, gkhachik, mkoci, tstrachota |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | katello-0.1.175-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-22 18:07:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 747354 |
Description
Justin Sherrill
2011-11-18 20:58:48 UTC
I made some modifications in katello-0.1.169-1: - filenames (nvra) are displayed instead of package names - packages that have been promoted to the next environment are not included in the dependency list There are still two questions left: 1) Should we include all available versions of dependent packages or just the latest? 2) We are currently calculating only first level of dependencies. Shouldn't we do it recurrently to satisfy the full dependency tree? For the record: 1) We include only latest version of package if it has not been promoted previously 2) We calculate full dependency tree The patch for this behaviour is ready. Both changes are now available in katello-0.1.175-1. |