summaryrefslogtreecommitdiffstats
path: root/el9ar86.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-23 07:03:59 +0100
committerRemi Collet <remi@php.net>2026-01-23 07:03:59 +0100
commit83ee0471d12f607253965b19a4cd98b53fff3669 (patch)
tree8609d4c0a1ef3d13da514640f760ea79d5dd814b /el9ar86.cfg
parent59a91d55900fe93d1f86dd9e7c34591983ef45c1 (diff)
redis 8.6 module conf
Diffstat (limited to 'el9ar86.cfg')
-rw-r--r--el9ar86.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/el9ar86.cfg b/el9ar86.cfg
new file mode 100644
index 0000000..426d6bf
--- /dev/null
+++ b/el9ar86.cfg
@@ -0,0 +1,20 @@
+import datetime;
+
+include('el9a.tpl')
+
+config_opts['root'] = 'el9ar86'
+config_opts['resultdir'] = "/var/lib/mock/el9a"
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy epel-rpm-macros'
+
+config_opts['module_enable'] = ['redis:remi-8.6']
+
+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-8.6"
+config_opts['macros']['%_module_version']="90700" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_redis.8.6.el9.remi"
+