We do have a variable `rabbitmq_erlang_version_spec` which is applicable only for Debian, while for EL the variable is only private. This patch does some alignment on things: * spec is replaced with just a version, as we don't need ternary logic anymore. * defenition of erlang version is unified across distros Change-Id: Ic72212fa2d6df55f2f60d1d38c48310765442e51
13 lines
381 B
YAML
13 lines
381 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a variable ``rabbitmq_erlang_package_version`` that can be used to
|
|
define an erlang version being used when ``external_repo`` is used as
|
|
package source.
|
|
|
|
deprecations:
|
|
- |
|
|
Variable ``rabbitmq_erlang_version_spec`` has been deprecated and does not
|
|
have any effect anymore. Please, use ``rabbitmq_erlang_package_version``
|
|
instead.
|