fix(rpm): add missing dependencies for Amazon Linux 2023
This commit is contained in:
parent
af7b7ebf7c
commit
a38a79aff8
|
@ -23,8 +23,12 @@ AutoReq: 0
|
||||||
%if "%{_arch} %{?rhel}" == "x86_64 7"
|
%if "%{_arch} %{?rhel}" == "x86_64 7"
|
||||||
Requires: openssl11 libatomic procps which findutils
|
Requires: openssl11 libatomic procps which findutils
|
||||||
%else
|
%else
|
||||||
|
%if "%{?dist}" == ".amzn2023"
|
||||||
|
Requires: libatomic procps which findutils ncurses util-linux shadow-utils
|
||||||
|
%else
|
||||||
Requires: libatomic procps which findutils
|
Requires: libatomic procps which findutils
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
EMQX, a distributed, massively scalable, highly extensible MQTT message broker.
|
EMQX, a distributed, massively scalable, highly extensible MQTT message broker.
|
||||||
|
|
Loading…
Reference in New Issue