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 --- el8x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index 121be76..ea8f52b 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -29,7 +29,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-8.0', 'redis:remi-7.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-8.0', 'redis:remi-7.2'] config_opts['yum.conf'] = """ [main] -- cgit