From 0bd565ff06c7805ab0850de9ed348b0c2a0ba613 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 May 2026 15:40:56 +0200 Subject: Redis 8.8 mock config --- fc44xr88.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fc44xr88.cfg (limited to 'fc44xr88.cfg') 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" + -- cgit