You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rc_ver macro usually holds more information in order packages, e.g.
alpha3, beta8, etc.
While the LLVM project upstream only uses 'rc' as pre-release versions,
by moving the 'rc' string to rc_ver, we make llvm compatible with
package python-specfile [1] expects, making it easier for Packit to
update our spec file.
This also helps to remove 4 cases where 'rc' was hardcoded.
[1] https://github.com/packit/specfile
0 commit comments