@cryptotaxi247 / netdata-1 / commits / e351538c9

change mandatory packages for RPMs (#15165)

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

Tasos Katsoulas committed Jun 8, 2023 at 19:53 UTC e351538c95ebd5851ba40c4e42975b4298cfdcb4
1 file changed +9 -8
netdata.spec.in
+9 -8
@@ -154,18 +154,19 @@ Requires: netdata-plugin-apps
154 Requires: netdata-plugin-pythond
155 Requires: netdata-plugin-go
156 Requires: netdata-plugin-debugfs
157 -%if 0%{?_have_freeipmi}
158 -Requires: netdata-plugin-freeipmi
159 -%endif
157 +Requires: netdata-plugin-chartsd
158 +Requires: netdata-plugin-slabinfo
159 +Requires: netdata-plugin-perf
160 %if 0%{?_have_nfacct}
161 Requires: netdata-plugin-nfacct
162 %endif
163 -%if 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7
164 -Requires: netdata-plugin-cups
163 +%if 0%{?_have_freeipmi} && 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
164 +Suggests: netdata-plugin-freeipmi
165 %endif
166 -Requires: netdata-plugin-chartsd
167 -Requires: netdata-plugin-slabinfo
168 -Requires: netdata-plugin-perf
166 +%if 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
167 +Suggests: netdata-plugin-cups
168 +%endif
169 +
170
171 # #####################################################################
172 # Functionality-dependent package dependencies