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 --- el8xp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8xp.cfg') diff --git a/el8xp.cfg b/el8xp.cfg index 255ee76..5ff571a 100644 --- a/el8xp.cfg +++ b/el8xp.cfg @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] +config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-6.0'] config_opts['yum.conf'] = """ [main] -- cgit