#180 reject builds with hyphens in the version or release
Merged by mikem. Opened by mikem.
https://github.com/mikem23/koji-playground.git master

Download 180.patch
no initial comment

rpm itself is pretty wide open about the characters in the version or release. However, in order to sanely parse nvr and nvra strings, koji must assume that they do not contain hyphens. If a build like this is imported, it causes numerous problems in the UI, so better to block them.

In the future, we can expand these sanity checks, but starting with the most basic for now.

rebased

Pull-Request has been merged by mikem

Metadata