add option to allow excluding binaries from being upgraded

This commit is contained in:
2026-04-30 11:49:16 +02:00
parent c4a63073f8
commit d6ced582d2
2 changed files with 13 additions and 2 deletions

View File

@@ -93,5 +93,9 @@ email_to = <%= @ac_email_to %>
[base]
# This section overrides dnf.conf
<% unless @ac_excludepkgs_normalized.empty? -%>
excludepkgs = <%= @ac_excludepkgs_normalized %>
<% end -%>
# Use this to filter DNF core messages
debuglevel = 1