From 259484775d38cfffa32888db4458c8b6b58d7d69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 17:11:43 +0100 Subject: drop php-devel from buildroot, enable F30 testing --- fc30xscl56.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc30xscl56.cfg') diff --git a/fc30xscl56.cfg b/fc30xscl56.cfg index e2dd5d8..3cf773b 100644 --- a/fc30xscl56.cfg +++ b/fc30xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc30x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' config_opts['dist'] = 'fc30' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '30' @@ -78,7 +78,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea failovermethod=priority #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f30&arch=x86_64 #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/30/x86_64/ -enabled=0 +enabled=1 [remi] name=remi public -- cgit