-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Goal:
- Currently the rpm presence api does not include an rpm description, but its needed by the image builder UI
Acceptance Criteria:
Currently the api response looks like this:
{ found: ["packagea"], missing: ["packagec"] }
we could change it to include:
{ found: ["packagea"], missing: ["packagec"] found_packages: [{name: "packagea", summary:"some great package"}] }