summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el10x.tpl2
-rw-r--r--el8x.tpl4
-rw-r--r--el9x.tpl2
-rw-r--r--fc39x.cfg2
-rw-r--r--fc39x.tpl2
-rw-r--r--fc39x74.cfg2
-rw-r--r--fc39x80.cfg2
-rw-r--r--fc39x81.cfg2
-rw-r--r--fc39x82.cfg2
-rw-r--r--fc39x83.cfg2
-rw-r--r--fc39x84.cfg2
-rw-r--r--fc39xscl74.cfg2
-rw-r--r--fc39xscl80.cfg2
-rw-r--r--fc39xscl81.cfg2
-rw-r--r--fc39xscl82.cfg2
-rw-r--r--fc39xscl83.cfg2
-rw-r--r--fc39xscl84.cfg2
-rw-r--r--fc40x.cfg2
-rw-r--r--fc40x.tpl4
-rw-r--r--fc40xscl74.cfg2
-rw-r--r--fc40xscl80.cfg2
-rw-r--r--fc40xscl81.cfg2
-rw-r--r--fc40xscl82.cfg2
-rw-r--r--fc40xscl83.cfg2
-rw-r--r--fc40xscl84.cfg2
-rw-r--r--fc41a.tpl4
-rw-r--r--fc41x.cfg2
-rw-r--r--fc41x.tpl8
-rw-r--r--fc41xscl74.cfg2
-rw-r--r--fc41xscl80.cfg2
-rw-r--r--fc41xscl81.cfg2
-rw-r--r--fc41xscl82.cfg2
-rw-r--r--fc41xscl83.cfg2
-rw-r--r--fc41xscl84.cfg2
34 files changed, 40 insertions, 40 deletions
diff --git a/el10x.tpl b/el10x.tpl
index 4a95faa..5ac7c6c 100644
--- a/el10x.tpl
+++ b/el10x.tpl
@@ -6,7 +6,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils r
config_opts['dist'] = 'el10' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '10'
-config_opts['package_manager'] = 'dnf'
+config_opts['package_manager'] = 'dnf4'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
diff --git a/el8x.tpl b/el8x.tpl
index a32bf34..13d908d 100644
--- a/el8x.tpl
+++ b/el8x.tpl
@@ -2,11 +2,11 @@ include('vendor.tpl')
config_opts['target_arch'] = 'x86_64'
#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
-config_opts['chroot_setup_cmd'] = 'install bash bzip2 ccache 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'
+config_opts['chroot_setup_cmd'] = 'install platform-python bash bzip2 ccache 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'
config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '8'
-config_opts['package_manager'] = 'dnf'
+config_opts['package_manager'] = 'dnf4'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
diff --git a/el9x.tpl b/el9x.tpl
index 29b5a7f..9065f30 100644
--- a/el9x.tpl
+++ b/el9x.tpl
@@ -6,7 +6,7 @@ config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils r
config_opts['dist'] = 'el9' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '9'
-config_opts['package_manager'] = 'dnf'
+config_opts['package_manager'] = 'dnf4'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
diff --git a/fc39x.cfg b/fc39x.cfg
index 299ad62..449f321 100644
--- a/fc39x.cfg
+++ b/fc39x.cfg
@@ -1,5 +1,5 @@
include('fc39x.tpl')
# Temp
-#config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
diff --git a/fc39x.tpl b/fc39x.tpl
index 45c2e45..b199f7e 100644
--- a/fc39x.tpl
+++ b/fc39x.tpl
@@ -8,7 +8,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '39'
config_opts['package_manager'] = 'dnf'
-config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x/"
diff --git a/fc39x74.cfg b/fc39x74.cfg
index 4d017a2..86e690e 100644
--- a/fc39x74.cfg
+++ b/fc39x74.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x74'
config_opts['resultdir'] = "/var/lib/mock/fc39x74"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x74/"
diff --git a/fc39x80.cfg b/fc39x80.cfg
index cd9edab..b399e23 100644
--- a/fc39x80.cfg
+++ b/fc39x80.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x80'
config_opts['resultdir'] = "/var/lib/mock/fc39x80"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x80/"
diff --git a/fc39x81.cfg b/fc39x81.cfg
index bc3481f..32033af 100644
--- a/fc39x81.cfg
+++ b/fc39x81.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x81'
config_opts['resultdir'] = "/var/lib/mock/fc39x81"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x81/"
diff --git a/fc39x82.cfg b/fc39x82.cfg
index 409de2f..3f1934b 100644
--- a/fc39x82.cfg
+++ b/fc39x82.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x82'
config_opts['resultdir'] = "/var/lib/mock/fc39x82"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x82/"
diff --git a/fc39x83.cfg b/fc39x83.cfg
index e574e15..3b5f0d3 100644
--- a/fc39x83.cfg
+++ b/fc39x83.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x83'
config_opts['resultdir'] = "/var/lib/mock/fc39x83"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x83/"
diff --git a/fc39x84.cfg b/fc39x84.cfg
index e67e190..803f0a6 100644
--- a/fc39x84.cfg
+++ b/fc39x84.cfg
@@ -2,7 +2,7 @@ import datetime;
include('fc39x.tpl')
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['root'] = 'fc39x84'
config_opts['resultdir'] = "/var/lib/mock/fc39x84"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x84/"
diff --git a/fc39xscl74.cfg b/fc39xscl74.cfg
index 549c360..b7ccf49 100644
--- a/fc39xscl74.cfg
+++ b/fc39xscl74.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl74fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php74-build php74-php-devel php74-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php74-build php74-php-devel php74-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl74fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl74/"
diff --git a/fc39xscl80.cfg b/fc39xscl80.cfg
index 61e8327..508512e 100644
--- a/fc39xscl80.cfg
+++ b/fc39xscl80.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl80fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php80-build php80-php-devel php80-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php80-build php80-php-devel php80-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl80fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl80/"
diff --git a/fc39xscl81.cfg b/fc39xscl81.cfg
index de4380c..29cfaf2 100644
--- a/fc39xscl81.cfg
+++ b/fc39xscl81.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl81fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php81-build php81-php-devel php81-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php81-build php81-php-devel php81-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl81fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl81/"
diff --git a/fc39xscl82.cfg b/fc39xscl82.cfg
index ef6a5be..04a5958 100644
--- a/fc39xscl82.cfg
+++ b/fc39xscl82.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl82fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php82-build php82-php-devel php82-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php82-build php82-php-devel php82-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl82fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl82/"
diff --git a/fc39xscl83.cfg b/fc39xscl83.cfg
index 4e7c7b0..f168975 100644
--- a/fc39xscl83.cfg
+++ b/fc39xscl83.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl83fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php83-build php83-php-devel php83-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php83-build php83-php-devel php83-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl83fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl83/"
diff --git a/fc39xscl84.cfg b/fc39xscl84.cfg
index 6304f82..d1e546f 100644
--- a/fc39xscl84.cfg
+++ b/fc39xscl84.cfg
@@ -1,7 +1,7 @@
include('fc39x.tpl')
config_opts['root'] = 'scl84fc39x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php84-build php84-php-devel php84-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php84-build php84-php-devel php84-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl84fc39x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39xscl84/"
diff --git a/fc40x.cfg b/fc40x.cfg
index 4d337f7..eaad8bb 100644
--- a/fc40x.cfg
+++ b/fc40x.cfg
@@ -1,5 +1,5 @@
include('fc40x.tpl')
# Temp
-#config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
diff --git a/fc40x.tpl b/fc40x.tpl
index 5ea6162..ad23946 100644
--- a/fc40x.tpl
+++ b/fc40x.tpl
@@ -2,13 +2,13 @@ include('vendor.tpl')
config_opts['root'] = 'fc40x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc ccache remi-crypto-legacy'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc remi-crypto-legacy'
config_opts['dist'] = 'fc40' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '40'
config_opts['package_manager'] = 'dnf'
-config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40x/"
diff --git a/fc40xscl74.cfg b/fc40xscl74.cfg
index e112ece..312a6ca 100644
--- a/fc40xscl74.cfg
+++ b/fc40xscl74.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl74fc40x'
-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['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php74-build php74-php-devel php74-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl74fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl74/"
diff --git a/fc40xscl80.cfg b/fc40xscl80.cfg
index 8b7bd18..21851a0 100644
--- a/fc40xscl80.cfg
+++ b/fc40xscl80.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl80fc40x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php80-build php80-php-devel php80-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php80-build php80-php-devel php80-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl80fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl80/"
diff --git a/fc40xscl81.cfg b/fc40xscl81.cfg
index 6ef7214..20f33a3 100644
--- a/fc40xscl81.cfg
+++ b/fc40xscl81.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl81fc40x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php81-build php81-php-devel php81-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php81-build php81-php-devel php81-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl81fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl81/"
diff --git a/fc40xscl82.cfg b/fc40xscl82.cfg
index 20a6262..437a2ca 100644
--- a/fc40xscl82.cfg
+++ b/fc40xscl82.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl82fc40x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php82-build php82-php-devel php82-php-pear'
+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/scl82fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl82/"
diff --git a/fc40xscl83.cfg b/fc40xscl83.cfg
index 035ea26..f41f077 100644
--- a/fc40xscl83.cfg
+++ b/fc40xscl83.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl83fc40x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php83-build php83-php-devel php83-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php83-build php83-php-devel php83-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl83fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl83/"
diff --git a/fc40xscl84.cfg b/fc40xscl84.cfg
index 0dcd18e..db7c671 100644
--- a/fc40xscl84.cfg
+++ b/fc40xscl84.cfg
@@ -1,7 +1,7 @@
include('fc40x.tpl')
config_opts['root'] = 'scl84fc40x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php84-build php84-php-devel php84-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php84-build php84-php-devel php84-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl84fc40x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc40xscl84/"
diff --git a/fc41a.tpl b/fc41a.tpl
index 5fbd6ad..c2b8f0a 100644
--- a/fc41a.tpl
+++ b/fc41a.tpl
@@ -54,8 +54,8 @@ metadata_expire=80000
##mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-41&arch=aarch64
#baseurl=http://fr2.rpmfind.net/linux/fedora/releases/41/Everything/aarch64/os/
# http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/41/Everything/aarch64/os/
-baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/aarch64/os/
-#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/aarch64/os/
+#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/aarch64/os/
+baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/aarch64/os/
[updates]
name=updates
diff --git a/fc41x.cfg b/fc41x.cfg
index 51c6d67..ef2db2f 100644
--- a/fc41x.cfg
+++ b/fc41x.cfg
@@ -1,5 +1,5 @@
include('fc41x.tpl')
# Temp
-#config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
diff --git a/fc41x.tpl b/fc41x.tpl
index 60bbbbb..a2b9d22 100644
--- a/fc41x.tpl
+++ b/fc41x.tpl
@@ -2,13 +2,13 @@ include('vendor.tpl')
config_opts['root'] = 'fc41x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc ccache remi-crypto-legacy'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc remi-crypto-legacy'
config_opts['dist'] = 'fc41' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '41'
config_opts['package_manager'] = 'dnf'
-config_opts['plugin_conf']['ccache_enable'] = True
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41x/"
@@ -54,8 +54,8 @@ metadata_expire=80000
##mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-41&arch=x86_64
#baseurl=http://fr2.rpmfind.net/linux/fedora/releases/41/Everything/x86_64/os/
# http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/41/Everything/x86_64/os/
-baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/
-#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/
+#baseurl=https://dl.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/
+baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/
[updates]
name=updates
diff --git a/fc41xscl74.cfg b/fc41xscl74.cfg
index e9df0af..bcd5dac 100644
--- a/fc41xscl74.cfg
+++ b/fc41xscl74.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl74fc41x'
-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['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php74-build php74-php-devel php74-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl74fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl74/"
diff --git a/fc41xscl80.cfg b/fc41xscl80.cfg
index 81ca100..079b23c 100644
--- a/fc41xscl80.cfg
+++ b/fc41xscl80.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl80fc41x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php80-build php80-php-devel php80-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php80-build php80-php-devel php80-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl80fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl80/"
diff --git a/fc41xscl81.cfg b/fc41xscl81.cfg
index 8b067b4..07b7af6 100644
--- a/fc41xscl81.cfg
+++ b/fc41xscl81.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl81fc41x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php81-build php81-php-devel php81-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php81-build php81-php-devel php81-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl81fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl81/"
diff --git a/fc41xscl82.cfg b/fc41xscl82.cfg
index 3319f3a..36c2b0c 100644
--- a/fc41xscl82.cfg
+++ b/fc41xscl82.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl82fc41x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php82-build php82-php-devel php82-php-pear'
+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/scl82fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl82/"
diff --git a/fc41xscl83.cfg b/fc41xscl83.cfg
index 7471080..7cbb8eb 100644
--- a/fc41xscl83.cfg
+++ b/fc41xscl83.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl83fc41x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php83-build php83-php-devel php83-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php83-build php83-php-devel php83-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl83fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl83/"
diff --git a/fc41xscl84.cfg b/fc41xscl84.cfg
index da491f3..36179d9 100644
--- a/fc41xscl84.cfg
+++ b/fc41xscl84.cfg
@@ -1,7 +1,7 @@
include('fc41x.tpl')
config_opts['root'] = 'scl84fc41x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy ccache scl-utils-build php84-build php84-php-devel php84-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build remi-crypto-legacy scl-utils-build php84-build php84-php-devel php84-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl84fc41x"
config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41xscl84/"