diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-06 15:08:28 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-06 15:08:28 +0100 |
| commit | e9c4c82a026d9210e3638b108a68142255f53bd7 (patch) | |
| tree | 201fca47176586c9afa51ea2c430fb6785082ac0 /fc44xv90.cfg | |
| parent | f435300caae9ee9157dc2b18e6a2b3af74e83e56 (diff) | |
Diffstat (limited to 'fc44xv90.cfg')
| -rw-r--r-- | fc44xv90.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fc44xv90.cfg b/fc44xv90.cfg new file mode 100644 index 0000000..18a5b21 --- /dev/null +++ b/fc44xv90.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('fc44x.tpl') + +config_opts['root'] = 'fc44xv90' +config_opts['resultdir'] = "/var/lib/mock/fc44x" + +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']="44" + 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.fc44.remi" + |
