0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 13:54:48 +00:00

Amend the logic of ebpf-plugin package suggestion for network-viewer plugin ()

---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
This commit is contained in:
Tasos Katsoulas 2024-03-02 23:20:34 +02:00 committed by GitHub
parent 65f6445d51
commit 08189cc25a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -230,7 +230,7 @@ Architecture: any
Depends: ${shlibs:Depends},
netdata (= ${source:Version})
Pre-Depends: libcap2-bin, adduser
Recommends: netdata-plugin-ebpf (= ${source:Version} )
Recommends: netdata-plugin-ebpf (= ${source:Version}) [amd64]
Conflicts: netdata (<< ${source:Version})
Description: The network viewer plugin for the Netdata Agent
This plugin allows the Netdata Agent to provide network connection

View file

@ -1000,11 +1000,13 @@ Summary: The network viewer plugin for the Netdata Agent
Group: Applications/System
Requires: %{name} = %{version}
Conflicts: %{name} < %{version}
%if 0%{?_have_ebpf}
%if 0%{?centos_ver} != 7
Recommends: %{name}-plugin-ebpf = %{version}
%else
Requires: %{name}-plugin-ebpf = %{version}
%endif
%endif
%description plugin-network-viewer
This plugin allows the Netdata Agent to provide network connection