|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: mosquitto
|
|
|
|
Name: mosquitto
|
|
|
|
Version: 1.4.8
|
|
|
|
Version: 1.4.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: An Open Source MQTT v3.1/v3.1.1 Broker
|
|
|
|
Summary: An Open Source MQTT v3.1/v3.1.1 Broker
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -13,7 +13,7 @@ BuildRequires: systemd
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
BuildRequires: c-ares-devel
|
|
|
|
BuildRequires: c-ares-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
#BuildRequires: libwebsockets-devel
|
|
|
|
BuildRequires: libwebsockets-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(post): systemd
|
|
|
@ -111,6 +111,9 @@ exit 0
|
|
|
|
%{_mandir}/man3/*.3.*
|
|
|
|
%{_mandir}/man3/*.3.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat May 08 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.8-2
|
|
|
|
|
|
|
|
- Enable websockts support (rhbz#1197678)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 09 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.8-1
|
|
|
|
* Wed Mar 09 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.8-1
|
|
|
|
- Update to new upstream version 1.4.8
|
|
|
|
- Update to new upstream version 1.4.8
|
|
|
|
|
|
|
|
|
|
|
|