From a1b1ee2f2cd68b168825bb54ec0b8654af703054 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Fri, 14 Feb 2020 07:45:52 -0500 Subject: Add handling of libmosquitto to binary packages. (#8085) This adds code to handle bundling our custom fork of libmosquitto into our binary packages. It pulls down the required sources, builds them, and copies the build artifacts into the right place so that the build of Netdata actually uses them. --- netdata.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'netdata.spec.in') diff --git a/netdata.spec.in b/netdata.spec.in index d44e91f519..20bccbb8cc 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -229,6 +229,7 @@ happened, on your systems and applications. %prep %setup -q -n %{name}-%{version} +${RPM_BUILD_DIR}/packaging/bundle-mosquitto.sh ${RPM_BUILD_DIR} %build # Conf step @@ -517,6 +518,8 @@ are sensor monitoring, system event monitoring, power control, and serial-over-L %attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/freeipmi.plugin %changelog +* Thu Feb 13 2020 Austin Hemmelgarn 0.0.0-13 +- Add handling for custom libmosquitto fork * Wed Jan 01 2020 Austin Hemmelgarn 0.0.0-12 - Add explicit installation of log and cache directories - Clean up build dependencies. -- cgit v1.2.3