summaryrefslogtreecommitdiffstats
path: root/el9x.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-25 15:51:53 +0200
committerRemi Collet <remi@php.net>2022-05-25 15:51:53 +0200
commit59481eab09a5578457fb8e01b8efdcad7a8c7b5f (patch)
tree2d2a076021ece61f50b378f77f8edbb06a8ba3d3 /el9x.tpl
parentd2cdd829171a7445ff79a9fc6e4eeda533ad52e1 (diff)
EL-9: switch to legacy crypto policies for now
Diffstat (limited to 'el9x.tpl')
-rw-r--r--el9x.tpl2
1 files changed, 1 insertions, 1 deletions
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'