From b09c8dfb7b70186fcfb5ff34ec6177870ed9294f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Nov 2024 12:16:43 +0100 Subject: EL-10 memcached module --- el10am.cfg | 17 +++++++++++++++++ el10xm.cfg | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 el10am.cfg create mode 100644 el10xm.cfg diff --git a/el10am.cfg b/el10am.cfg new file mode 100644 index 0000000..33ceeb8 --- /dev/null +++ b/el10am.cfg @@ -0,0 +1,17 @@ +import datetime; + +include('el10a.tpl') + +config_opts['root'] = 'el10a' +config_opts['resultdir'] = "/var/lib/mock/el10a" + +# config_opts['module_enable'] = ['memcached:remi'] + +nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); +config_opts['macros']['%_module_build']="1" +config_opts['macros']['%_module_name']="memcached" +config_opts['macros']['%_module_stream']="remi" +config_opts['macros']['%_module_version']="10000" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + diff --git a/el10xm.cfg b/el10xm.cfg new file mode 100644 index 0000000..7719e67 --- /dev/null +++ b/el10xm.cfg @@ -0,0 +1,17 @@ +import datetime; + +include('el10x.tpl') + +config_opts['root'] = 'el10x' +config_opts['resultdir'] = "/var/lib/mock/el10x" + +# config_opts['module_enable'] = ['memcached:remi'] + +nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); +config_opts['macros']['%_module_build']="1" +config_opts['macros']['%_module_name']="memcached" +config_opts['macros']['%_module_stream']="remi" +config_opts['macros']['%_module_version']="10000" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + -- cgit