summaryrefslogtreecommitdiffstats
path: root/el10x82.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-15 11:51:24 +0100
committerRemi Collet <remi@php.net>2024-11-15 11:51:24 +0100
commit21d0cca042838008a3c4daae6d2cb9f529286ac0 (patch)
treea0acad9023f3e4a51ac597f3466cd364f4fa034b /el10x82.cfg
parentb09c8dfb7b70186fcfb5ff34ec6177870ed9294f (diff)
EL-10 php modules
Diffstat (limited to 'el10x82.cfg')
-rw-r--r--el10x82.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/el10x82.cfg b/el10x82.cfg
new file mode 100644
index 0000000..959e816
--- /dev/null
+++ b/el10x82.cfg
@@ -0,0 +1,28 @@
+import datetime;
+
+include('el10x.tpl')
+
+config_opts['root'] = 'el10x82'
+config_opts['resultdir'] = "/var/lib/mock/el10x82"
+
+config_opts['module_enable'] = ['php:remi-8.2']
+config_opts['module_install'] = ['php:remi-8.2/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.2"
+config_opts['macros']['%_module_version']="10000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['yum.conf'] += """
+[result-el10x82]
+name=result-el10x82
+baseurl=file:/var/lib/mock/el10x82/
+metadata_expire=15
+skip_if_unavailable=True
+enabled=1
+module_hotfixes=1
+
+"""