Merge pull request #11093 from id/0619-rpm-support-amazonlinux-2023

fix(rpm): add missing dependencies for Amazon Linux 2023
This commit is contained in:
Ivan Dyachkov 2023-06-20 11:35:50 +02:00 committed by GitHub
commit b990db658e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.