diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-09 08:16:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-09 08:16:45 +0100 |
commit | 4333c3d70594b650f56afe6beefc46c438e8bd68 (patch) | |
tree | 08e001fd0ef2bedd6d5962a710e14b53ed87097c /el10x.tpl | |
parent | bec547ee5f343eb7d6d565af261b9fc3b4b4123e (diff) |
Diffstat (limited to 'el10x.tpl')
-rw-r--r-- | el10x.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'] = 'el10' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '10' -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' |