diff options
-rw-r--r-- | el8x74.cfg | 1 | ||||
-rw-r--r-- | el8x80.cfg | 1 | ||||
-rw-r--r-- | el8x81.cfg | 1 | ||||
-rw-r--r-- | el9a74.cfg | 3 | ||||
-rw-r--r-- | el9a80.cfg | 3 | ||||
-rw-r--r-- | el9a81.cfg | 3 | ||||
-rw-r--r-- | el9x74.cfg | 3 | ||||
-rw-r--r-- | el9x80.cfg | 3 | ||||
-rw-r--r-- | el9x81.cfg | 3 |
9 files changed, 15 insertions, 6 deletions
@@ -6,6 +6,7 @@ config_opts['root'] = 'el8x74' config_opts['resultdir'] = "/var/lib/mock/el8x74" 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.4', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -6,6 +6,7 @@ config_opts['root'] = 'el8x80' config_opts['resultdir'] = "/var/lib/mock/el8x80" config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.0', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -6,6 +6,7 @@ config_opts['root'] = 'el8x81' config_opts['resultdir'] = "/var/lib/mock/el8x81" config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.1', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a74' config_opts['resultdir'] = "/var/lib/mock/el9a74" -config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a80' config_opts['resultdir'] = "/var/lib/mock/el9a80" -config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a81' config_opts['resultdir'] = "/var/lib/mock/el9a81" -config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x74' config_opts['resultdir'] = "/var/lib/mock/el9x74" -config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x80' config_opts['resultdir'] = "/var/lib/mock/el9x80" -config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x81' config_opts['resultdir'] = "/var/lib/mock/el9x81" -config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" |