From 34918157780b9f9f28f5bf446be0a656765e250c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Aug 2025 06:53:44 +0200 Subject: dedicated root for Redis 8.2 --- el9a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9a.tpl') diff --git a/el9a.tpl b/el9a.tpl index d350c7c..9edf4d2 100644 --- a/el9a.tpl +++ b/el9a.tpl @@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['target_arch'] = 'aarch64' #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' -- cgit