diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-22 15:43:45 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-22 15:43:45 +0100 |
commit | 7be2d5981767fe0fe66fe170995dfba3c64df8e4 (patch) | |
tree | 79c4ae8c24c5091abe46ac8ce5d352e88fe1edd1 /el8xscl72.cfg | |
parent | 259484775d38cfffa32888db4458c8b6b58d7d69 (diff) |
add php-devel and pear in scl72/73 buildroot to save some time
Diffstat (limited to 'el8xscl72.cfg')
-rw-r--r-- | el8xscl72.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el8xscl72.cfg b/el8xscl72.cfg index ac6141d..c7000a3 100644 --- a/el8xscl72.cfg +++ b/el8xscl72.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'scl72el8x' config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -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 crypto-policies php72-build' +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 crypto-policies php72-build php72-php-devel php72-php-pear' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' |