packaging: Bump minmum Erlang version to 19.3 in Debian & RPM packages

[#153052754, #153171868]
This commit is contained in:
Jean-Sébastien Pédron 2017-11-27 12:46:48 +01:00
parent 2755a5a5d1
commit 661ec919dc
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
%define debug_package %{nil} %define debug_package %{nil}
%define erlang_minver 19.2 %define erlang_minver 19.3
Name: rabbitmq-server Name: rabbitmq-server
Version: %%VERSION%% Version: %%VERSION%%

View File

@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 9),
python-simplejson, python-simplejson,
xmlto, xmlto,
xsltproc, xsltproc,
erlang-nox (>= 1:19.2.1+dfsg-2~bpo8+1) | esl-erlang (>= 1:19.2-1), erlang-nox (>= 1:19.3-1) | esl-erlang (>= 1:19.3-1),
erlang-dev (>= 1:19.2.1+dfsg-2~bpo8+1) | esl-erlang (>= 1:19.2-1), erlang-dev (>= 1:19.3-1) | esl-erlang (>= 1:19.3-1),
erlang-src (>= 1:19.2.1+dfsg-2~bpo8+1) | esl-erlang (>= 1:19.2-1), erlang-src (>= 1:19.3-1) | esl-erlang (>= 1:19.3-1),
elixir (>= 1.4.5-1), elixir (>= 1.4.5-1),
zip, zip,
rsync rsync
@ -25,7 +25,7 @@ Architecture: all
# Debian, where dh-systemd/init-system-helpers is at version 1.18, but # Debian, where dh-systemd/init-system-helpers is at version 1.18, but
# Ubuntu 14.04 only has init-system-helpers 1.14. # Ubuntu 14.04 only has init-system-helpers 1.14.
Depends: init-system-helpers (>= 1.13~), Depends: init-system-helpers (>= 1.13~),
erlang-nox (>= 1:19.2) | esl-erlang (>= 1:19.2), erlang-nox (>= 1:19.3) | esl-erlang (>= 1:19.3),
adduser, adduser,
logrotate, logrotate,
socat socat