Actions
Bug #8993
closedFreeBSD patch releases get converted in a wrong way
Difficulty:
trivial
Triaged:
Pull request:
Description
FreeBSD rolling releases are numbered
10.1-STABLE 11.0-CURRENTand get correctly converted to e.g. 10.1 or 11.0 (still not optimal as 11.0-STABLE is the same as 11.0-CURRENT).
Point releases are numbered
10.1-RELEASE 9.3-RELEASEand also are getting just stripped away.
When these point releases are getting patched, -pN is added:
10.1-RELEASE-p3 9.3-RELEASE-p10This is leading to a version in Foreman like "FreeBSD 10.13".
Actions