|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: mosquitto
|
|
|
|
|
Version: 1.6.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: An Open Source MQTT v3.1/v3.1.1 Broker
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -13,6 +13,7 @@ BuildRequires: libuuid-devel
|
|
|
|
|
BuildRequires: libwebsockets-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
BuildRequires: tcp_wrappers-libs
|
|
|
|
|
%endif
|
|
|
|
@ -107,6 +108,9 @@ exit 0
|
|
|
|
|
%{_mandir}/man3/*.3.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 24 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.9-2
|
|
|
|
|
- Fix build failure
|
|
|
|
|
|
|
|
|
|
* Sat Feb 29 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.9-1
|
|
|
|
|
- Update to new upstream version 1.6.9
|
|
|
|
|
|
|
|
|
|