@cryptotaxi247 / netdata-1 / commits / 8772cb7a1

Fix nightly RPM builds. (#8109)

* Fix bundling of libmosquitto for RPM builds. * Add libmosquitto handling files to make dist output.

Austin S. Hemmelgarn committed Feb 17, 2020 at 14:57 UTC 8772cb7a1869e61b3950be48cc05aad90c41b651
2 files changed +4 -1
Makefile.am
+3
@@ -62,6 +62,9 @@ dist_noinst_DATA = \
62 packaging/version \
63 packaging/go.d.version \
64 packaging/go.d.checksums \
65 + packaging/mosquitto.version \
66 + packaging/mosquitto.checksums \
67 + packaging/bundle-mosquitto.sh \
68 packaging/installer/README.md \
69 packaging/installer/UNINSTALL.md \
70 packaging/installer/UPDATE.md \
netdata.spec.in
+1 -1
@@ -229,7 +229,7 @@ happened, on your systems and applications.
229
230 %prep
231 %setup -q -n %{name}-%{version}
232 -${RPM_BUILD_DIR}/packaging/bundle-mosquitto.sh ${RPM_BUILD_DIR}
232 +${RPM_BUILD_DIR}/%{name}-%{version}/packaging/bundle-mosquitto.sh ${RPM_BUILD_DIR}/%{name}-%{version}
233
234 %build
235 # Conf step