Closed khardix closed 7 years ago
Feedback accepted. I will push the fixes as a separate commits (so that we do not lose the comments on the file contents), which I will squash once the review is done.
@junaruga The requested changes has been made.
@khardix great! I approved this PR personally.
Because Koji does not allow packages with the same NVR to be built multiple times, NVRs of repeated packages need to be adjusted when building them.
This change adds the necessary bookkeeping to the
Recipe
class.For related discussion, see sclorg#32. Note that the implementation here differs from the suggested change.