diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-24 15:55:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-24 15:55:59 +0200 |
commit | 4dd7aa08fdbd4b91602bc7c0f9773d1f5d06ff65 (patch) | |
tree | db0342554bd047f7c840463d7b2ab882e5c1b335 /fc27xscl70.cfg | |
parent | 7d23f59a6886474af11962a56468bd419c5b64f7 (diff) |
f27: better workaround for SCL build
Diffstat (limited to 'fc27xscl70.cfg')
-rw-r--r-- | fc27xscl70.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fc27xscl70.cfg b/fc27xscl70.cfg index 9c97fa0..2bbb14e 100644 --- a/fc27xscl70.cfg +++ b/fc27xscl70.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['environment']['ACCEPT_EULA'] = 'Y' |