Skip to content

Commit

Permalink
fix(mock-configs): use dnf
Browse files Browse the repository at this point in the history
`dnf` is just `dnf5` in Fedora 41
  • Loading branch information
madonuko authored Aug 15, 2024
1 parent 3de2e08 commit c7c3d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultramarine/ultramarine-mock-configs/ultramarine.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config_opts['macros']['%dist'] = '.um{{ releasever }}'
config_opts['macros']['%ultramarine'] = '{{ releasever }}'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['buildroot_pkgs'] = 'ultramarine-release ultramarine-release-basic'
config_opts['package_manager'] = 'dnf5'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['mirrored'] = True
config_opts['plugin_conf']['root_cache_enable'] = True
Expand Down

0 comments on commit c7c3d25

Please sign in to comment.