Issue #384
closedRPM requirements with a version but no release show the release as "0"
Description
Description of problem:
Version-Release number of selected component (if applicable):
2.4
How reproducible:
always
Steps to Reproduce:
1. add an RPM (I'm using python-pulp-agent-lib-2.2.0-1) to a repo that has a requirement for a specific version of another package, but does not specify a release.
2. view rpm with: pulp-admin rpm repo content rpm
Actual results:
Requires: python(abi) = 2.6-0, python-pulp-common = 2.2.0-0
Expected results:
Requires: python(abi) = 2.6-0, python-pulp-common = 2.2.0
For this particular package, the requirement can be seen here:
$ rpm -qp --requires python-pulp-agent-lib-2.2.0-1.el6.noarch.rpm
python(abi) = 2.6
python-pulp-common = 2.2.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
+ This bug was cloned from Bugzilla Bug #1028491 +