From e9c4c82a026d9210e3638b108a68142255f53bd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Feb 2026 15:08:28 +0100 Subject: F44 mock config --- fc44xscl82.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fc44xscl82.cfg (limited to 'fc44xscl82.cfg') diff --git a/fc44xscl82.cfg b/fc44xscl82.cfg new file mode 100644 index 0000000..ea20a18 --- /dev/null +++ b/fc44xscl82.cfg @@ -0,0 +1,26 @@ +include('fc44x.tpl') + +config_opts['root'] = 'scl82fc44x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php82-build php82-php-devel php82-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl82fc44x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44xscl82/" + +# Only needed to build main SCL package +config_opts['macros']['%scl_vendor']="remi" +config_opts['macros']['%_scl_prefix']="/opt/remi" + +config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484440 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl82fc44x] +name=result-scl82fc44x +baseurl=file:///var/lib/mock/scl82fc44x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" -- cgit