summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el6xscl72.cfg2
-rw-r--r--el6xscl73.cfg2
-rw-r--r--el7xscl72.cfg2
-rw-r--r--el7xscl73.cfg2
-rw-r--r--el8xscl72.cfg2
-rw-r--r--el8xscl73.cfg2
-rw-r--r--fc27xscl72.cfg2
-rw-r--r--fc27xscl73.cfg2
-rw-r--r--fc28xscl72.cfg2
-rw-r--r--fc28xscl73.cfg2
-rw-r--r--fc29xscl72.cfg2
-rw-r--r--fc29xscl73.cfg2
12 files changed, 12 insertions, 12 deletions
diff --git a/el6xscl72.cfg b/el6xscl72.cfg
index 928dda7..6acc56d 100644
--- a/el6xscl72.cfg
+++ b/el6xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72el6x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build autoconf268'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear autoconf268'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
config_opts['use_nspawn'] = False
diff --git a/el6xscl73.cfg b/el6xscl73.cfg
index ec6d2ef..a7768cd 100644
--- a/el6xscl73.cfg
+++ b/el6xscl73.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl73el6x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build autoconf268'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear autoconf268'
config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
config_opts['use_nspawn'] = False
diff --git a/el7xscl72.cfg b/el7xscl72.cfg
index 0224db6..4101418 100644
--- a/el7xscl72.cfg
+++ b/el7xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72el7x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build devtoolset-6-toolchain'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear devtoolset-6-toolchain'
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = True
diff --git a/el7xscl73.cfg b/el7xscl73.cfg
index 59a3eeb..6550c58 100644
--- a/el7xscl73.cfg
+++ b/el7xscl73.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl73el7x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build devtoolset-7-toolchain'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear devtoolset-7-toolchain'
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = True
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'
diff --git a/el8xscl73.cfg b/el8xscl73.cfg
index d85027c..1226771 100644
--- a/el8xscl73.cfg
+++ b/el8xscl73.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'scl73el8x'
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 nss crypto-policies scl-utils-build php73-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 nss crypto-policies scl-utils-build php73-build php73-php-devel php73-php-pear'
config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '8'
diff --git a/fc27xscl72.cfg b/fc27xscl72.cfg
index 17d8024..049d7be 100644
--- a/fc27xscl72.cfg
+++ b/fc27xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72fc27x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear'
config_opts['dist'] = 'fc27' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '27'
diff --git a/fc27xscl73.cfg b/fc27xscl73.cfg
index e5a011e..9c23749 100644
--- a/fc27xscl73.cfg
+++ b/fc27xscl73.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl73fc27x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear'
config_opts['dist'] = 'fc27' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '27'
diff --git a/fc28xscl72.cfg b/fc28xscl72.cfg
index 0262d3a..d493c27 100644
--- a/fc28xscl72.cfg
+++ b/fc28xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72fc28x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear'
config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '28'
diff --git a/fc28xscl73.cfg b/fc28xscl73.cfg
index 9847818..231d53d 100644
--- a/fc28xscl73.cfg
+++ b/fc28xscl73.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl73fc28x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear'
config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '28'
diff --git a/fc29xscl72.cfg b/fc29xscl72.cfg
index c446233..5e523bd 100644
--- a/fc29xscl72.cfg
+++ b/fc29xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72fc29x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear'
config_opts['dist'] = 'fc29' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '29'
diff --git a/fc29xscl73.cfg b/fc29xscl73.cfg
index 0b415d7..aa6646d 100644
--- a/fc29xscl73.cfg
+++ b/fc29xscl73.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl73fc29x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear'
config_opts['dist'] = 'fc29' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '29'