From 59481eab09a5578457fb8e01b8efdcad7a8c7b5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 May 2022 15:51:53 +0200 Subject: EL-9: switch to legacy crypto policies for now --- el9x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9x.tpl') diff --git a/el9x.tpl b/el9x.tpl index 9e5bf7c..bad16d8 100644 --- a/el9x.tpl +++ b/el9x.tpl @@ -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' +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