diff options
-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}" + |