|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: mosquitto
|
|
|
|
Name: mosquitto
|
|
|
|
Version: 1.3.2
|
|
|
|
Version: 1.3.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: An Open Source MQTT v3.1 Broker
|
|
|
|
Summary: An Open Source MQTT v3.1 Broker
|
|
|
|
|
|
|
|
|
|
|
@ -14,6 +14,7 @@ BuildRequires: python-setuptools
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
BuildRequires: c-ares-devel
|
|
|
|
BuildRequires: c-ares-devel
|
|
|
|
|
|
|
|
BuildRequires: libwebsockets-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(post): systemd
|
|
|
@ -129,6 +130,9 @@ exit 0
|
|
|
|
%{python_sitelib}/%{name}*
|
|
|
|
%{python_sitelib}/%{name}*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 11 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.3-1
|
|
|
|
|
|
|
|
- Upate to new upstream version 1.3.3
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.2-1
|
|
|
|
* Mon Jul 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.2-1
|
|
|
|
- Upate to new upstream version 1.3.2 (rhbz#1119238)
|
|
|
|
- Upate to new upstream version 1.3.2 (rhbz#1119238)
|
|
|
|
|
|
|
|
|
|
|
|