1.5.1 release

epel9
Peter Robinson 7 years ago
parent 5957995248
commit a6b0ad9869

27
.gitignore vendored

@ -1,26 +1 @@
/mosquitto-1.1.3.tar.gz
/mosquitto-1.2.tar.gz
/mosquitto-1.2.1.tar.gz
/mosquitto-1.2.2.tar.gz
/mosquitto-1.2.3.tar.gz
/mosquitto-1.3.tar.gz
/mosquitto-1.3.1.tar.gz
/mosquitto-1.3.2.tar.gz
/mosquitto-1.3.3.tar.gz
/mosquitto-1.3.4.tar.gz
/mosquitto-1.3.5.tar.gz
/mosquitto-1.4.tar.gz
/mosquitto-1.4.2.tar.gz
/mosquitto-1.4.3.tar.gz
/mosquitto-1.4.4.tar.gz
/mosquitto-1.4.5.tar.gz
/mosquitto-1.4.7.tar.gz
/mosquitto-1.4.8.tar.gz
/mosquitto-1.4.9.tar.gz
/mosquitto-1.4.10.tar.gz
/mosquitto-1.4.11.tar.gz
/mosquitto-1.4.12.tar.gz
/mosquitto-1.4.13.tar.gz
/mosquitto-1.4.14.tar.gz
/mosquitto-1.4.15.tar.gz
/mosquitto-1.5.tar.gz
/mosquitto-1.*.tar.gz

@ -1,12 +0,0 @@
diff -up ./service/systemd/mosquitto.service.notify.unitfile ./service/systemd/mosquitto.service.notify
--- ./service/systemd/mosquitto.service.notify.unitfile 2018-05-26 15:46:57.685875480 -0400
+++ ./service/systemd/mosquitto.service.notify 2018-05-26 15:47:31.119012736 -0400
@@ -1,5 +1,8 @@
[Unit]
Description=Mosquitto MQTT v3.1/v3.1.1 Broker
+Documentation=man:mosquitto.conf(5) man:mosquitto(8)
+After=network-online.target
+Wants=network-online.target
[Service]
Type=notify

@ -1,6 +1,6 @@
Name: mosquitto
Version: 1.5
Release: 5%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: An Open Source MQTT v3.1/v3.1.1 Broker
License: BSD
@ -8,7 +8,6 @@ URL: http://mosquitto.org/
Source0: http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
BuildRequires: openssl-devel
BuildRequires: tcp_wrappers-libs
BuildRequires: systemd-devel
BuildRequires: uthash-devel
BuildRequires: c-ares-devel
@ -21,9 +20,6 @@ Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
# Add documentation and network dependency to unit file
Patch0: %{name}-1.5-unitfile.patch
%description
Mosquitto is an open source message broker that implements the MQ Telemetry
Transport protocol version 3.1 and 3.1.1 MQTT provides a lightweight method
@ -41,7 +37,6 @@ Development headers and libraries for %{name}
%prep
%setup -q
%patch0 -p0 -b .unitfile
# Remove bundled uthash.h
rm -r src/uthash.h
# Set the install prefix to /usr
@ -106,6 +101,9 @@ exit 0
%{_mandir}/man3/*.3.*
%changelog
* Mon Aug 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.5.1-1
- 1.5.1 release
* Fri Jul 20 2018 John W. Linville <linville@redhat.com> - 1.5-5
- Add previously unnecessary BuildRequires for gcc-c++

@ -1 +1 @@
SHA512 (mosquitto-1.5.tar.gz) = 29b82bc0c6510fa5062cb43c06bd91ce5223be5689cba077df8b2cb5ac377cb125b8a8bb292b53bcec0d4b186977c25c3ecdd8c92d4ed996fde07f8c759c0668
SHA512 (mosquitto-1.5.1.tar.gz) = 7b076a977778ca87f9fa4579eb4a6b62b171df746920719e9bd6efce0a4815c15edc9da177669819509184d2b01ed0756be8259adba344df690efe0547fd6741

Loading…
Cancel
Save