Make the systemd-journal mandatory package on Centos 7 and Amazon linux 2 (#16562)
--------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Dec 7, 2023 at 14:48 UTC
35403d6c55707180539ea8a2757b0c2f82182f6b
1 file changed
+3
-1
netdata.spec.in
+3
-1
@@ -168,10 +168,12 @@ Requires: %{name}-plugin-nfacct = %{version}
168
%if 0%{?_have_freeipmi} && 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
169
Suggests: %{name}-plugin-freeipmi = %{version}
170
%endif
171
-%if 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
171
+%if 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
172
Suggests: %{name}-plugin-cups = %{version}
173
Recommends: %{name}-plugin-systemd-journal = %{version}
174
Recommends: %{name}-plugin-logs-management = %{version}
175
+%else
176
+Requires: %{name}-plugin-systemd-journal = %{version}
177
%endif
178
179