Actions
Issue #5671
closedRPM 'requires' should be a hash when returned from ruby bindings
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
API Bindings, Katello
Sprint:
Sprint 61
Quarter:
Description
RPM 'requires' currently looks like:
"requires"=>"[[\"/usr/bin/python2\", null, null, null, null, false], [\"python(abi)\", \"EQ\", \"0\", \"2.7\", null, false]]"
This should be a hash so we can have requires['flags'] return EQ, for example.
Updated by iballou about 5 years ago
This also goes for 'provides', 'conflicts', 'obsoletes', ...
Updated by iballou about 5 years ago
I also just realized that the array is also a string, we'll want to make sure it's a proper ruby object.
Updated by fao89 about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by ttereshc about 5 years ago
- Project changed from Pulp to RPM Support
- Triaged changed from No to Yes
- Sprint set to Sprint 61
Updated by fao89 about 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar about 5 years ago
Updated by Anonymous about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset 9288fdf681f11cc643b39bd6f8a93713bfb5cdfb.
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Actions
Stopping to save JSONFields as String
https://pulp.plan.io/issues/5671 closes #5671