diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-15 14:48:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-15 14:48:59 +0100 |
commit | 7a76829e262933a0f9c82d5329bdbcbd4fdf11ca (patch) | |
tree | 1288e318296323a29ff8a814ca698f4c3cd2f44a /el10xscl80.cfg | |
parent | 21d0cca042838008a3c4daae6d2cb9f529286ac0 (diff) |
EL-10 PHP SCL
Diffstat (limited to 'el10xscl80.cfg')
-rw-r--r-- | el10xscl80.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/el10xscl80.cfg b/el10xscl80.cfg new file mode 100644 index 0000000..51233ac --- /dev/null +++ b/el10xscl80.cfg @@ -0,0 +1,23 @@ +include('el10x.tpl') + +config_opts['root'] = 'scl80el10x' +config_opts['resultdir'] = "/var/lib/mock/scl80el10x" +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build nss remi-crypto-legacy php80-build php80-php-devel php80-php-pear' + +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/1484370 +#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-scl80el10x] +name=result-scl80el10x +baseurl=file:/var/lib/mock/scl80el10x/ +metadata_expire=30 +enabled=1 + +""" |