Currently web ui expects, that is it using same rpm version as hub - this is wrong assumption, so let hub decide what is available there.
Fixes: https://pagure.io/koji/issue/1261
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Can we distinguish between "rpm doesn't have weak deps" and "hub doesn't report weak deps"?
@mikem It is lost in hub's getRPMDeps + get_header_field. We could return None instead of [], but it is changing API sligthly. Do you mean this level?
getRPMDeps
get_header_field
None
[]
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
@mikem to file an issue for updating the getRPMDeps API to handle the situation where the hub doesn't have support for weak deps
Followup in #1496
Commit dcc23dcf fixes this pull-request
Pull-Request has been merged by mikem
Currently web ui expects, that is it using same rpm version as hub -
this is wrong assumption, so let hub decide what is available there.
Fixes: https://pagure.io/koji/issue/1261