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 --- fc30xscl70.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc30xscl70.cfg') diff --git a/fc30xscl70.cfg b/fc30xscl70.cfg index 9f3c1f8..af6d16c 100644 --- a/fc30xscl70.cfg +++ b/fc30xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc30x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel php70-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc30' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '30' @@ -81,7 +81,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea failovermethod=priority #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f30&arch=x86_64 #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/30/x86_64/ -enabled=0 +enabled=1 [remi] name=remi public -- cgit