summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-10 11:51:45 +0200
committerRemi Collet <remi@php.net>2025-07-10 11:51:45 +0200
commitbed1eb2732bbbe35032a7cf3e6ab4f1f80afc240 (patch)
tree6ad6e926d2d7b77879c15c583198283253af625e
parent4da8846e41b119a091b978d8a8a50d61e2393f65 (diff)
redis 7.2 for EL-10HEADmaster
-rw-r--r--el10ar72.cfg17
-rw-r--r--el10xr72.cfg17
2 files changed, 34 insertions, 0 deletions
diff --git a/el10ar72.cfg b/el10ar72.cfg
new file mode 100644
index 0000000..1be5528
--- /dev/null
+++ b/el10ar72.cfg
@@ -0,0 +1,17 @@
+import datetime;
+
+include('el10a.tpl')
+
+config_opts['root'] = 'el10a'
+config_opts['resultdir'] = "/var/lib/mock/el10a"
+
+# config_opts['module_enable'] = ['redis:remi-7.2']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="redis"
+config_opts['macros']['%_module_stream']="remi-7.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}"
+
diff --git a/el10xr72.cfg b/el10xr72.cfg
new file mode 100644
index 0000000..1cb7e19
--- /dev/null
+++ b/el10xr72.cfg
@@ -0,0 +1,17 @@
+import datetime;
+
+include('el10x.tpl')
+
+config_opts['root'] = 'el10x'
+config_opts['resultdir'] = "/var/lib/mock/el10x"
+
+# config_opts['module_enable'] = ['redis:remi-7.2']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="redis"
+config_opts['macros']['%_module_stream']="remi-7.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}"
+