diff --git a/.gitignore b/.gitignore index 51b1850..1cc5244 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /mosquitto-1.4.5.tar.gz /mosquitto-1.4.7.tar.gz /mosquitto-1.4.8.tar.gz +/mosquitto-1.4.9.tar.gz diff --git a/mosquitto.spec b/mosquitto.spec index b6e96c9..db6dfc7 100644 --- a/mosquitto.spec +++ b/mosquitto.spec @@ -1,6 +1,6 @@ Name: mosquitto -Version: 1.4.8 -Release: 2%{?dist} +Version: 1.4.9 +Release: 1%{?dist} Summary: An Open Source MQTT v3.1/v3.1.1 Broker License: BSD @@ -61,7 +61,7 @@ Description=Mosquitto MQTT v3.1/v3.1.1 Broker Documentation=man:mosquitto.conf(5) man:mosquitto(8) [Service] -ExecStart=/usr/sbin/mosquitto +ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf User=mosquitto [Install] @@ -93,12 +93,13 @@ exit 0 /sbin/ldconfig %files -%doc LICENSE.txt CONTRIBUTING.md readme.md +%doc CONTRIBUTING.md readme.md +%license LICENSE.txt %{_bindir}/* %{_sbindir}/* %{_libdir}/*.so.* %dir %{_sysconfdir}/%{name} -%config %{_sysconfdir}/%{name}/*.example +%config(noreplace) %{_sysconfdir}/%{name}/ %{_unitdir}/%{name}.service %{_mandir}/man1/*.1.* %{_mandir}/man5/*.5.* @@ -111,8 +112,12 @@ exit 0 %{_mandir}/man3/*.3.* %changelog +* Fri Jul 01 2016 Fabian Affolter - 1.4.9-1 +- Use sample configuration (rhbz#1272342) +- Update to new upstream version 1.4.9 + * Sat May 08 2016 Fabian Affolter - 1.4.8-2 -- Enable websockts support (rhbz#1197678) +- Enable websockets support (rhbz#1197678) * Wed Mar 09 2016 Fabian Affolter - 1.4.8-1 - Update to new upstream version 1.4.8 diff --git a/sources b/sources index b3bdd73..289e59f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d859cd474ffa61a6197bdabe007b9027 mosquitto-1.4.8.tar.gz +67943e2c5afebf7329628616eb2c41c5 mosquitto-1.4.9.tar.gz