diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-19 06:53:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-19 06:53:44 +0200 |
commit | 34918157780b9f9f28f5bf446be0a656765e250c (patch) | |
tree | 12413d621831fa2517c9197d06101cbde2e05fac /el9xr82.cfg | |
parent | 87bb4681418eb6b67910467961187e08b0f1d75b (diff) |
dedicated root for Redis 8.2
Diffstat (limited to 'el9xr82.cfg')
-rw-r--r-- | el9xr82.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/el9xr82.cfg b/el9xr82.cfg index 19a1872..2228c75 100644 --- a/el9xr82.cfg +++ b/el9xr82.cfg @@ -2,8 +2,9 @@ import datetime; include('el9x.tpl') -config_opts['root'] = 'el9x' +config_opts['root'] = 'el9xr82' config_opts['resultdir'] = "/var/lib/mock/el9x" +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy epel-rpm-macros' config_opts['module_enable'] = ['redis:remi-8.2'] |