diff options
Diffstat (limited to 'el9x.tpl')
-rw-r--r-- | el9x.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils r config_opts['dist'] = 'el9' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '9' -config_opts['package_manager'] = 'dnf' +config_opts['package_manager'] = 'dnf4' config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' |