From 4dd7aa08fdbd4b91602bc7c0f9773d1f5d06ff65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Aug 2017 15:55:59 +0200 Subject: f27: better workaround for SCL build --- fc27xscl56.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc27xscl56.cfg') diff --git a/fc27xscl56.cfg b/fc27xscl56.cfg index 0280ba4..6949ae4 100644 --- a/fc27xscl56.cfg +++ b/fc27xscl56.cfg @@ -31,8 +31,8 @@ config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" -# Temporat workaround for https://bugzilla.redhat.com/1484370 -config_opts['macros']['%_unpackaged_files_terminate_build']="0" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 +config_opts['macros']['%_debugsource_packages']="%nil" config_opts['yum.conf'] = """ -- cgit