|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: mosquitto
|
|
|
|
|
Version: 2.0.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Open Source MQTT v3.1/v3.1.1 Broker
|
|
|
|
|
|
|
|
|
|
License: EPL-2.0
|
|
|
|
@ -17,7 +17,6 @@ BuildRequires: libwebsockets-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: cjson-devel
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
BuildRequires: tcp_wrappers-libs
|
|
|
|
|
%endif
|
|
|
|
@ -118,6 +117,9 @@ exit 0
|
|
|
|
|
%{_mandir}/man3/libmosquitto.3.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 12 2021 Fabian Affolter <mail@fabian-affolter.ch> - 2.0.5-2
|
|
|
|
|
- Remove duplicate BR
|
|
|
|
|
|
|
|
|
|
* Mon Jan 11 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0.5-1
|
|
|
|
|
- Update to 2.0.5
|
|
|
|
|
|
|
|
|
|