diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-23 07:03:59 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-23 07:03:59 +0100 |
| commit | 83ee0471d12f607253965b19a4cd98b53fff3669 (patch) | |
| tree | 8609d4c0a1ef3d13da514640f760ea79d5dd814b /fc42ar86.cfg | |
| parent | 59a91d55900fe93d1f86dd9e7c34591983ef45c1 (diff) | |
redis 8.6 module conf
Diffstat (limited to 'fc42ar86.cfg')
| -rw-r--r-- | fc42ar86.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fc42ar86.cfg b/fc42ar86.cfg new file mode 100644 index 0000000..4900f0f --- /dev/null +++ b/fc42ar86.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('fc42a.tpl') + +config_opts['root'] = 'fc42ar86' +config_opts['resultdir'] = "/var/lib/mock/fc42a" + +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']="42" + 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.fc42.remi" + |
