diff options
-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'] |