Skip to content

Commit

Permalink
Make the systemd-journal mandatory package on Centos 7 and Amazon lin…
Browse files Browse the repository at this point in the history
…ux 2 (netdata#16562)


---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
  • Loading branch information
tkatsoulas committed Dec 7, 2023
1 parent 5809d93 commit 35403d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netdata.spec.in
Expand Up @@ -168,10 +168,12 @@ Requires: %{name}-plugin-nfacct = %{version}
%if 0%{?_have_freeipmi} && 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
Suggests: %{name}-plugin-freeipmi = %{version}
%endif
%if 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
%if 0%{?centos_ver} != 7 && 0%{?amazon_linux} != 2
Suggests: %{name}-plugin-cups = %{version}
Recommends: %{name}-plugin-systemd-journal = %{version}
Recommends: %{name}-plugin-logs-management = %{version}
%else
Requires: %{name}-plugin-systemd-journal = %{version}
%endif


Expand Down

0 comments on commit 35403d6

Please sign in to comment.