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 /el9x.tpl | |
parent | 87bb4681418eb6b67910467961187e08b0f1d75b (diff) |
dedicated root for Redis 8.2
Diffstat (limited to 'el9x.tpl')
-rw-r--r-- | el9x.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -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['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' config_opts['dist'] = 'el9' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '9' |