diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:11:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:11:30 +0000 |
commit | aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7 (patch) | |
tree | 941cbdd387b41c1a81587c20a6df9f0e5e0ff7ab /netdata.spec.in | |
parent | Adding upstream version 1.37.1. (diff) | |
download | netdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.tar.xz netdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.zip |
Adding upstream version 1.38.0.upstream/1.38.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netdata.spec.in')
-rw-r--r-- | netdata.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in index cbbe6ab7..1c6aa61d 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -40,7 +40,7 @@ AutoReqProv: yes # # Conditional build: %bcond_without systemd # systemd -%bcond_with netns # build with netns support (cgroup-network) +%bcond_without netns # build with netns support (cgroup-network) %if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?suse_version} >= 1140 %else @@ -504,6 +504,11 @@ rm -rf "${RPM_BUILD_ROOT}" %attr(0750,root,netdata) %{_libexecdir}/%{name}/plugins.d/cgroup-network-helper.sh %endif +# ebpf plugin +%if 0%{?_have_ebpf} +%attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/ebpf.plugin +%endif + # perf plugin # This should be CAP_PERFMON once RPM finally learns about it, but needs to be CAP_SYS_ADMIN for now. # %caps(cap_perfmon=ep) %attr(0750,root,netdata) %{_libexecdir}/%{name}/plugins.d/perf.plugin |