diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-04 08:38:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-04 08:38:36 +0200 |
commit | ec87a2be1d58a450f37d3d04ac7214798bdd6af0 (patch) | |
tree | f767e7b1341da60e840c2ce58e9a36dbf3ee8d31 /el9a82.cfg | |
parent | e9e8390b49876868877234263599c87075a0996f (diff) |
+ el9a aarch64 8.2 config
Diffstat (limited to 'el9a82.cfg')
-rw-r--r-- | el9a82.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/el9a82.cfg b/el9a82.cfg new file mode 100644 index 0000000..beb080c --- /dev/null +++ b/el9a82.cfg @@ -0,0 +1,28 @@ +import datetime; + +include('el9a.tpl') + +config_opts['root'] = 'el9a82' +config_opts['resultdir'] = "/var/lib/mock/el9a82" + +config_opts['module_enable'] = ['php:remi-8.2'] +config_opts['module_install'] = ['php:remi-8.2/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.2" +config_opts['macros']['%_module_version']="90000" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-el9a82] +name=result-el9a82 +baseurl=file:/var/lib/mock/el9a82/ +metadata_expire=15 +skip_if_unavailable=True +enabled=1 +module_hotfixes=1 + +""" |