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 --- el10xr88.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 el10xr88.cfg (limited to 'el10xr88.cfg') diff --git a/el10xr88.cfg b/el10xr88.cfg new file mode 100644 index 0000000..a9b17ee --- /dev/null +++ b/el10xr88.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('el10x.tpl') + +config_opts['root'] = 'el10xr88' +config_opts['resultdir'] = "/var/lib/mock/el10x" + +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']="10010" + 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.el10.remi" + -- cgit