diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-07 09:26:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-07 09:26:30 +0200 |
commit | ad8410d09a341e65f0a66d2a6a40ed3e243041ed (patch) | |
tree | abe68c42744c7a861ab09c1efd4004f171eed06b /el8a.tpl | |
parent | a7c252bce27fbe882dbf3b09b93daedd71c7333c (diff) |
Diffstat (limited to 'el8a.tpl')
-rw-r--r-- | el8a.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ccache 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' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' |