From 6f0cef2208fe9bfd6a891ff25a47520c0a0363f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2024 15:04:44 +0200 Subject: F41 module config --- fc41a.tpl | 1 + fc41a74.cfg | 32 ++++++++++++++++++++++++++++++++ fc41a80.cfg | 31 +++++++++++++++++++++++++++++++ fc41a81.cfg | 31 +++++++++++++++++++++++++++++++ fc41a82.cfg | 31 +++++++++++++++++++++++++++++++ fc41a83.cfg | 31 +++++++++++++++++++++++++++++++ fc41x.tpl | 1 + fc41x74.cfg | 31 +++++++++++++++++++++++++++++++ fc41x80.cfg | 31 +++++++++++++++++++++++++++++++ fc41x81.cfg | 31 +++++++++++++++++++++++++++++++ fc41x82.cfg | 31 +++++++++++++++++++++++++++++++ fc41x83.cfg | 31 +++++++++++++++++++++++++++++++ 12 files changed, 313 insertions(+) create mode 100644 fc41a74.cfg create mode 100644 fc41a80.cfg create mode 100644 fc41a81.cfg create mode 100644 fc41a82.cfg create mode 100644 fc41a83.cfg create mode 100644 fc41x74.cfg create mode 100644 fc41x80.cfg create mode 100644 fc41x81.cfg create mode 100644 fc41x82.cfg create mode 100644 fc41x83.cfg diff --git a/fc41a.tpl b/fc41a.tpl index 42806d4..5fbd6ad 100644 --- a/fc41a.tpl +++ b/fc41a.tpl @@ -26,6 +26,7 @@ config_opts['macros']['%dist']=".fc41.remi" config_opts['macros']['%fedora']="41" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_without_zts']="1" config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc41a74.cfg b/fc41a74.cfg new file mode 100644 index 0000000..9fa2fa3 --- /dev/null +++ b/fc41a74.cfg @@ -0,0 +1,32 @@ +import datetime; + +include('fc41a.tpl') + +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache remi-crypto-legacy' +config_opts['root'] = 'fc41a74' +config_opts['resultdir'] = "/var/lib/mock/fc41a74" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a74/" + +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.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-7.4" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41a74] +name=result-fc41a74 +baseurl=file:/var/lib/mock/fc41a74/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41a80.cfg b/fc41a80.cfg new file mode 100644 index 0000000..3a4fa55 --- /dev/null +++ b/fc41a80.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41a.tpl') + +config_opts['root'] = 'fc41a80' +config_opts['resultdir'] = "/var/lib/mock/fc41a80" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a80/" + +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/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.0" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41a80] +name=result-fc41a80 +baseurl=file:/var/lib/mock/fc41a80/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41a81.cfg b/fc41a81.cfg new file mode 100644 index 0000000..2bff2d7 --- /dev/null +++ b/fc41a81.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41a.tpl') + +config_opts['root'] = 'fc41a81' +config_opts['resultdir'] = "/var/lib/mock/fc41a81" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a81/" + +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/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.1" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41a81] +name=result-fc41a81 +baseurl=file:/var/lib/mock/fc41a81/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41a82.cfg b/fc41a82.cfg new file mode 100644 index 0000000..45868f2 --- /dev/null +++ b/fc41a82.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41a.tpl') + +config_opts['root'] = 'fc41a82' +config_opts['resultdir'] = "/var/lib/mock/fc41a82" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a82/" + +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']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41a82] +name=result-fc41a82 +baseurl=file:/var/lib/mock/fc41a82/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41a83.cfg b/fc41a83.cfg new file mode 100644 index 0000000..a7961d3 --- /dev/null +++ b/fc41a83.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41a.tpl') + +config_opts['root'] = 'fc41a83' +config_opts['resultdir'] = "/var/lib/mock/fc41a83" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a83/" + +config_opts['module_enable'] = ['php:remi-8.3'] +config_opts['module_install'] = ['php:remi-8.3/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.3" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41a83] +name=result-fc41a83 +baseurl=file:/var/lib/mock/fc41a83/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41x.tpl b/fc41x.tpl index 0a9332f..6b73ce7 100644 --- a/fc41x.tpl +++ b/fc41x.tpl @@ -26,6 +26,7 @@ config_opts['macros']['%dist']=".fc41.remi" config_opts['macros']['%fedora']="41" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_without_zts']="1" config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc41x74.cfg b/fc41x74.cfg new file mode 100644 index 0000000..5c54ece --- /dev/null +++ b/fc41x74.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x74' +config_opts['resultdir'] = "/var/lib/mock/fc41x74" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x74/" + +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.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-7.4" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41x74] +name=result-fc41x74 +baseurl=file:/var/lib/mock/fc41x74/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41x80.cfg b/fc41x80.cfg new file mode 100644 index 0000000..042c1e2 --- /dev/null +++ b/fc41x80.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x80' +config_opts['resultdir'] = "/var/lib/mock/fc41x80" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x80/" + +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/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.0" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41x80] +name=result-fc41x80 +baseurl=file:/var/lib/mock/fc41x80/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41x81.cfg b/fc41x81.cfg new file mode 100644 index 0000000..a3509fb --- /dev/null +++ b/fc41x81.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x81' +config_opts['resultdir'] = "/var/lib/mock/fc41x81" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x81/" + +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/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.1" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41x81] +name=result-fc41x81 +baseurl=file:/var/lib/mock/fc41x81/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41x82.cfg b/fc41x82.cfg new file mode 100644 index 0000000..910a266 --- /dev/null +++ b/fc41x82.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x82' +config_opts['resultdir'] = "/var/lib/mock/fc41x82" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x82/" + +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']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41x82] +name=result-fc41x82 +baseurl=file:/var/lib/mock/fc41x82/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + diff --git a/fc41x83.cfg b/fc41x83.cfg new file mode 100644 index 0000000..33b0d0f --- /dev/null +++ b/fc41x83.cfg @@ -0,0 +1,31 @@ +import datetime; + +include('fc41x.tpl') + +config_opts['root'] = 'fc41x83' +config_opts['resultdir'] = "/var/lib/mock/fc41x83" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x83/" + +config_opts['module_enable'] = ['php:remi-8.3'] +config_opts['module_install'] = ['php:remi-8.3/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.3" +config_opts['macros']['%_module_version']="41" + nn; +config_opts['macros']['%_module_context']="00000000" +config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" + +config_opts['yum.conf'] += """ +[result-fc41x83] +name=result-fc41x83 +baseurl=file:/var/lib/mock/fc41x83/ +enabled=1 +metadata_expire=1 +module_hotfixes=1 +priority=1 +skip_if_unavailable=True + +""" + -- cgit