From 05986250677d05b785f95e0b716836500fd2dd36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Aug 2025 10:32:40 +0200 Subject: add epel-rpm-macros for valkey --- el9av81.cfg | 1 + el9xv81.cfg | 1 + 2 files changed, 2 insertions(+) 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'] -- cgit