koji_builder: dnf5 site changes
We want to keep using dnf4 for koji builds, even after dnf5 is default in rawhide. Once it's ready to do building as well, we can revert/drop this. See https://pagure.io/releng/issue/11446 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
31ef29a34b
commit
10bf453112
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ config_opts['dnf_warning'] = False
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=2123812
|
||||
config_opts['nspawn_args'] += ['--capability=cap_mac_admin']
|
||||
{% endif %}
|
||||
{% if env == "staging" %}
|
||||
config_opts['dnf_command'] = '/usr/bin/dnf-3'
|
||||
config_opts['system_dnf_command'] = '/usr/bin/dnf-3'
|
||||
config_opts['dnf_install_command'] = 'install python3-dnf dnf-plugins-core'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue