diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-24 08:32:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-24 08:32:27 +0200 |
commit | d05880658abd7c262cefc8fb7ed91bc48cc4658b (patch) | |
tree | 8cfe051650d123ded00d950cf14bd959a770b077 /el8x73.cfg | |
parent | 4ccbbcfa5cb8b9c06bc5c041e3b31ea450244797 (diff) |
switch to redis 7.2
Diffstat (limited to 'el8x73.cfg')
-rw-r--r-- | el8x73.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ include('el8x.tpl') config_opts['root'] = 'el8x73' config_opts['resultdir'] = "/var/lib/mock/el8x73" -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.3', '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.3', 'redis:remi-7.2'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" |