From a38a79aff8f879c732b6d6f9e348bb97597705e5 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Mon, 19 Jun 2023 19:42:59 +0200 Subject: [PATCH] fix(rpm): add missing dependencies for Amazon Linux 2023 --- deploy/packages/rpm/emqx.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/packages/rpm/emqx.spec b/deploy/packages/rpm/emqx.spec index b2b58ac23..4839d1a7d 100644 --- a/deploy/packages/rpm/emqx.spec +++ b/deploy/packages/rpm/emqx.spec @@ -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.