summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-14 07:45:52 -0500
committerGitHub <noreply@github.com>2020-02-14 07:45:52 -0500
commita1b1ee2f2cd68b168825bb54ec0b8654af703054 (patch)
treefc39bf6e45d48066cbfd3ab5ccb2087d6d04f6cb /netdata.spec.in
parentf4e1012f5ffe1231c25e22f7350d2928b443c69f (diff)
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.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in3
1 files changed, 3 insertions, 0 deletions
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 <austin@netdata.cloud> 0.0.0-13
+- Add handling for custom libmosquitto fork
* Wed Jan 01 2020 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-12
- Add explicit installation of log and cache directories
- Clean up build dependencies.