chore: Update EMQ X description in RPM and DEB packages

This commit is contained in:
Zaiming (Stone) Shi 2022-01-12 22:42:07 +01:00
parent b84c4cbde5
commit d9946ffa5b
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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