This adds support for producing release candidate RPMs with a rcX suffix.
Before this change there was an issue assigning the tilde separated suffix to the Python artifact (details in the referenced issue). In the past this issue was avoided by releasing RCs with no suffix, which eventually causes issues knowing whether the installed package is the final or RC version.
This adds support for producing release candidate RPMs with a
rcX
suffix.Before this change there was an issue assigning the tilde separated suffix to the Python artifact (details in the referenced issue). In the past this issue was avoided by releasing RCs with no suffix, which eventually causes issues knowing whether the installed package is the final or RC version.
Closes #707