From d169757fa021ff6c7640212c38f8d530b85373e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Mar 2020 12:29:11 +0100 Subject: add temporary mock config for EPEL-8 target --- el8x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8x.tpl') diff --git a/el8x.tpl b/el8x.tpl index 45e8298..ebd74fa 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -30,7 +30,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.3', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] -- cgit