diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-14 12:16:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-14 12:16:43 +0100 |
commit | b09c8dfb7b70186fcfb5ff34ec6177870ed9294f (patch) | |
tree | 83e80e736ca98dd4899d9ba514da998d68798d10 | |
parent | 1fac4889af774ccf06b5f62a5101861d2fc4d333 (diff) |
-rw-r--r-- | el10am.cfg | 17 | ||||
-rw-r--r-- | el10xm.cfg | 17 |
2 files changed, 34 insertions, 0 deletions
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}" + |