fix(rpm): add missing dependencies for Amazon Linux 2023

This commit is contained in:
Ivan Dyachkov 2023-06-19 19:42:59 +02:00
parent af7b7ebf7c
commit a38a79aff8
1 changed files with 4 additions and 0 deletions

View File

@ -23,8 +23,12 @@ AutoReq: 0
%if "%{_arch} %{?rhel}" == "x86_64 7"
Requires: openssl11 libatomic procps which findutils
%else
%if "%{?dist}" == ".amzn2023"
Requires: libatomic procps which findutils ncurses util-linux shadow-utils
%else
Requires: libatomic procps which findutils
%endif
%endif
%description
EMQX, a distributed, massively scalable, highly extensible MQTT message broker.