Two calls whose return values have no use. If they are there for some checking, subsequent calls should make same service.
I think the intent here was to use parse_NVRA to detect when build seems to be an rpm name. There's no need to make the rpc call if it isn't. Perhaps just drop the nvra = part and add a comment explaining that the call is there to detect the correct format.
build
nvra =
rebased onto 13c91ac04481ed0ffcf31b7765beda83ca34919a
Commit ff57765c fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
Two calls whose return values have no use. If they are there for some checking, subsequent calls should make same service.