chore: centos7 add openssl11 dep in rpm spec

This commit is contained in:
William Yang 2021-08-30 11:32:48 +02:00
parent c7bc2e1a8d
commit 7a98289d4a
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ BuildRoot: %{_tmppath}/%{_name}-%{_version}-root
Provides: %{_name}
AutoReq: 0
%if 0%{?rhel} == 7
Requires: openssl11 libatomic
%else
Requires: libatomic
%endif
%description
EMQX, a distributed, massively scalable, highly extensible MQTT message broker written in Erlang/OTP.