koji_builder: test dnf5 changes in staging
With dnf5 becoming default in rawhide, we need to make sure to override things to use dnf4 for making buildroots for now until dnf5 is ready to take that on. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d0968906bf
commit
0f4026b2a1
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@ 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