diff options
| -rw-r--r-- | el10n84.cfg | 9 | ||||
| -rw-r--r-- | el8n84.cfg | 9 | ||||
| -rw-r--r-- | el9n84.cfg | 9 | ||||
| -rw-r--r-- | fc41n84.cfg | 9 |
4 files changed, 36 insertions, 0 deletions
diff --git a/el10n84.cfg b/el10n84.cfg new file mode 100644 index 0000000..4fafc01 --- /dev/null +++ b/el10n84.cfg @@ -0,0 +1,9 @@ +# build noarch package using PHP 8.4 + +include('el10x.tpl') + +config_opts['root'] = 'el10x84' +config_opts['resultdir'] = "/var/lib/mock/el10x" + +config_opts['module_enable'] = ['php:remi-8.4'] + diff --git a/el8n84.cfg b/el8n84.cfg new file mode 100644 index 0000000..97a02c7 --- /dev/null +++ b/el8n84.cfg @@ -0,0 +1,9 @@ +# build noarch package using PHP 8.4 + +include('el8x.tpl') + +config_opts['root'] = 'el8x84' +config_opts['resultdir'] = "/var/lib/mock/el8x" + +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.4', 'redis:remi-7.2'] + diff --git a/el9n84.cfg b/el9n84.cfg new file mode 100644 index 0000000..4c1ee9b --- /dev/null +++ b/el9n84.cfg @@ -0,0 +1,9 @@ +# build noarch package using PHP 8.4 + +include('el9x.tpl') + +config_opts['root'] = 'el9x84' +config_opts['resultdir'] = "/var/lib/mock/el9x" + +config_opts['module_enable'] = ['php:remi-8.4'] + diff --git a/fc41n84.cfg b/fc41n84.cfg new file mode 100644 index 0000000..3ad16e8 --- /dev/null +++ b/fc41n84.cfg @@ -0,0 +1,9 @@ +# build noarch package using PHP 8.4 + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x84' +config_opts['resultdir'] = "/var/lib/mock/fc41x" + +config_opts['module_enable'] = ['php:remi-8.4'] + |
