diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-06 15:08:28 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-06 15:08:28 +0100 |
| commit | e9c4c82a026d9210e3638b108a68142255f53bd7 (patch) | |
| tree | 201fca47176586c9afa51ea2c430fb6785082ac0 /fc44a84.cfg | |
| parent | f435300caae9ee9157dc2b18e6a2b3af74e83e56 (diff) | |
Diffstat (limited to 'fc44a84.cfg')
| -rw-r--r-- | fc44a84.cfg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/fc44a84.cfg b/fc44a84.cfg new file mode 100644 index 0000000..fba5d4e --- /dev/null +++ b/fc44a84.cfg @@ -0,0 +1,34 @@ +import datetime; + +include('fc44a.tpl') + +config_opts['root'] = 'fc44a84' +config_opts['resultdir'] = "/var/lib/mock/fc44a84" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44a84/" + +config_opts['module_enable'] = ['php:remi-8.4'] +config_opts['module_install'] = ['php:remi-8.4/devel'] + +nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); +config_opts['macros']['%_module_build']="1" +config_opts['macros']['%_module_name']="php" +config_opts['macros']['%_module_stream']="remi-8.4" +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_php.8.4.fc44.remi" +config_opts['macros']['%nophptag']="1" + +config_opts['yum.conf'] += """ +[result-fc44a84] +name=result-fc44a84 +baseurl=file:/var/lib/mock/fc44a84/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + |
