From d05880658abd7c262cefc8fb7ed91bc48cc4658b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Sep 2024 08:32:27 +0200 Subject: switch to redis 7.2 --- el8a72.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8a72.cfg') diff --git a/el8a72.cfg b/el8a72.cfg index eb0d5fd..8389f72 100644 --- a/el8a72.cfg +++ b/el8a72.cfg @@ -5,7 +5,7 @@ include('el8a.tpl') config_opts['root'] = 'el8a72' config_opts['resultdir'] = "/var/lib/mock/el8a72" -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.2', 'redis:remi-7.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.2', 'redis:remi-7.2'] config_opts['module_install'] = ['php:remi-7.2/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); -- cgit