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".
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2091 added
- Pull request deleted (
)
Updated by Anonymous about 10 years ago
- Related to Feature #4134: Allow non-digit characters in version numbers added
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 30
Updated by Anonymous about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d4cac085a78edb4ed1a6aeb0a062c057e416fe1f.
Actions