chore: Update EMQ X description in RPM and DEB packages
This commit is contained in:
parent
b84c4cbde5
commit
d9946ffa5b
|
@ -9,4 +9,4 @@ Homepage: https://www.emqx.com
|
||||||
Package: emqx
|
Package: emqx
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: EMQX, a distributed, massively scalable, highly extensible MQTT message broker written in Erlang/OTP
|
Description: EMQ X, a distributed, massively scalable, highly extensible MQTT message broker.
|
||||||
|
|
|
@ -14,7 +14,7 @@ Release: %{_release}%{?dist}
|
||||||
Summary: emqx
|
Summary: emqx
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: Apache License Version 2.0
|
License: Apache License Version 2.0
|
||||||
URL: https://www.emqx.io
|
URL: https://www.emqx.com
|
||||||
BuildRoot: %{_tmppath}/%{_name}-%{_version}-root
|
BuildRoot: %{_tmppath}/%{_name}-%{_version}-root
|
||||||
Provides: %{_name}
|
Provides: %{_name}
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
|
@ -26,7 +26,7 @@ Requires: libatomic
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
EMQX, a distributed, massively scalable, highly extensible MQTT message broker written in Erlang/OTP.
|
EMQ X, a distributed, massively scalable, highly extensible MQTT message broker.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue