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 --- fc44ascl74.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fc44ascl74.cfg (limited to 'fc44ascl74.cfg') diff --git a/fc44ascl74.cfg b/fc44ascl74.cfg new file mode 100644 index 0000000..8ffb61a --- /dev/null +++ b/fc44ascl74.cfg @@ -0,0 +1,26 @@ +include('fc44a.tpl') + +config_opts['root'] = 'scl74fc44a' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php74-build php74-php-devel php74-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl74fc44a" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc44ascl74/" + +# 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-scl74fc44a] +name=result-scl74fc44a +baseurl=file:///var/lib/mock/scl74fc44a/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" -- cgit