summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-03 16:49:21 +0100
committerRemi Collet <remi@php.net>2025-02-03 16:49:21 +0100
commit1b53e8f3fa5f09c1c64eb3a7ca93ba208cd8483d (patch)
tree877b1f0c784f915e17a76f311eeb675a8affec28
parent4333c3d70594b650f56afe6beefc46c438e8bd68 (diff)
add config for noarch with 8.3HEADmaster
-rw-r--r--el8n83.cfg9
-rw-r--r--el9n83.cfg9
-rw-r--r--el9x.tpl4
-rw-r--r--vendor.tpl2
4 files changed, 22 insertions, 2 deletions
diff --git a/el8n83.cfg b/el8n83.cfg
new file mode 100644
index 0000000..4ceebee
--- /dev/null
+++ b/el8n83.cfg
@@ -0,0 +1,9 @@
+# build noarch package using PHP 8.3
+
+include('el8x.tpl')
+
+config_opts['root'] = 'el8x83'
+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.3', 'redis:remi-7.2']
+
diff --git a/el9n83.cfg b/el9n83.cfg
new file mode 100644
index 0000000..2a9cfb9
--- /dev/null
+++ b/el9n83.cfg
@@ -0,0 +1,9 @@
+# build noarch package using PHP 8.3
+
+include('el9x.tpl')
+
+config_opts['root'] = 'el9x83'
+config_opts['resultdir'] = "/var/lib/mock/el9x"
+
+config_opts['module_enable'] = ['php:remi-8.3']
+
diff --git a/el9x.tpl b/el9x.tpl
index 9065f30..e2f9e09 100644
--- a/el9x.tpl
+++ b/el9x.tpl
@@ -62,8 +62,8 @@ enabled=1
[epel]
name=epel
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64
-metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=x86_64
-#baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
+#metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=x86_64
+baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
exclude=epel-rpm-macros
enabled=1
diff --git a/vendor.tpl b/vendor.tpl
index 829657f..c0649e0 100644
--- a/vendor.tpl
+++ b/vendor.tpl
@@ -3,3 +3,5 @@ config_opts['macros']['%packager']="Remi Collet"
config_opts['macros']['%vendeur']="remi"
config_opts['macros']['%bugurl']="https://forum.remirepo.net/"
+config_opts['macros']['%_with_generators']="1"
+