diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-17 11:44:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-17 11:44:30 +0200 |
commit | 96487bb0c2c8fef5cf95d5899c7eb1b7c57d7d44 (patch) | |
tree | bb7cab7680b322f8cbb090293c4ad85f0777d5f0 /el10av90.cfg | |
parent | 14e99beec5eb61235dfc6dbba7b4175ce7d877f0 (diff) |
Diffstat (limited to 'el10av90.cfg')
-rw-r--r-- | el10av90.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/el10av90.cfg b/el10av90.cfg new file mode 100644 index 0000000..66f0845 --- /dev/null +++ b/el10av90.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('el10a.tpl') + +config_opts['root'] = 'el10av90' +config_opts['resultdir'] = "/var/lib/mock/el10a" + +config_opts['module_enable'] = ['valkey:remi-9.0'] + +nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); +config_opts['macros']['%_module_build']="1" +config_opts['macros']['%_module_name']="valkey" +config_opts['macros']['%_module_stream']="remi-9.0" +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['macros']['%dist']=".module_valkey.9.0.el10.remi" + |