Instead of expanding "name"-"version"-"release" twice, expand it once and assign it to a new expected_nvr variable.
expected_nvr
This makes it easier to read this complex string handling code.
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
Commit 390a633a fixes this pull-request
Pull-Request has been merged by tkopecek
Instead of expanding "name"-"version"-"release" twice, expand it once and assign it to a new
expected_nvrvariable.This makes it easier to read this complex string handling code.