ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
13 stars 5 forks source link

Add RC support to RPM build #708

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

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