diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-23 15:40:56 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-23 15:40:56 +0200 |
| commit | 0bd565ff06c7805ab0850de9ed348b0c2a0ba613 (patch) | |
| tree | aa093431dee596248dbb7730c0811f07bce8d98b /fc44xr88.cfg | |
| parent | c5f7493aa35fe8e5a2c06b0f91f306d4fd8157ad (diff) | |
Diffstat (limited to 'fc44xr88.cfg')
| -rw-r--r-- | fc44xr88.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fc44xr88.cfg b/fc44xr88.cfg new file mode 100644 index 0000000..b14aac6 --- /dev/null +++ b/fc44xr88.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('fc44x.tpl') + +config_opts['root'] = 'fc44xr88' +config_opts['resultdir'] = "/var/lib/mock/fc44x" + +config_opts['module_enable'] = ['redis:remi-8.8'] + +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.8" +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_redis.8.8.fc44.remi" + |
