diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-27 10:32:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-27 10:32:40 +0200 |
commit | 05986250677d05b785f95e0b716836500fd2dd36 (patch) | |
tree | 40f9524eb89b53a2aa628148f60c075b1a535402 | |
parent | 34918157780b9f9f28f5bf446be0a656765e250c (diff) |
-rw-r--r-- | el9av81.cfg | 1 | ||||
-rw-r--r-- | el9xv81.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/el9av81.cfg b/el9av81.cfg index 8cbde27..87b2b0d 100644 --- a/el9av81.cfg +++ b/el9av81.cfg @@ -4,6 +4,7 @@ include('el9a.tpl') config_opts['root'] = 'el9av81' config_opts['resultdir'] = "/var/lib/mock/el9a" +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['module_enable'] = ['valkey:remi-8.1'] diff --git a/el9xv81.cfg b/el9xv81.cfg index 19c3f37..c21743c 100644 --- a/el9xv81.cfg +++ b/el9xv81.cfg @@ -4,6 +4,7 @@ include('el9x.tpl') config_opts['root'] = 'el9xv81' config_opts['resultdir'] = "/var/lib/mock/el9x" +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['module_enable'] = ['valkey:remi-8.1'] |