From f8b7a8968481da2eaef7c82fe72dfadcd6350eca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 14:38:45 +0200 Subject: also use redis 6.0 for EL8 build --- el8x74.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8x74.cfg') diff --git a/el8x74.cfg b/el8x74.cfg index 065807b..097f027 100644 --- a/el8x74.cfg +++ b/el8x74.cfg @@ -5,7 +5,7 @@ include('el8x.tpl') config_opts['root'] = 'el8x74' config_opts['resultdir'] = "/var/lib/mock/el8x74" -config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.4', 'redis:remi-5.0'] +config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.4', 'redis:remi-6.0'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" -- cgit