chore: centos7 add openssl11 dep in rpm spec
This commit is contained in:
parent
c7bc2e1a8d
commit
7a98289d4a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue