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 | |
parent | 7d23f59a6886474af11962a56468bd419c5b64f7 (diff) |
f27: better workaround for SCL build
-rw-r--r-- | fc27xscl56.cfg | 4 | ||||
-rw-r--r-- | fc27xscl70.cfg | 4 | ||||
-rw-r--r-- | fc27xscl71.cfg | 4 | ||||
-rw-r--r-- | fc27xscl72.cfg | 4 |
4 files changed, 8 insertions, 8 deletions
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'] = """ 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' diff --git a/fc27xscl71.cfg b/fc27xscl71.cfg index 531833f..466628b 100644 --- a/fc27xscl71.cfg +++ b/fc27xscl71.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' diff --git a/fc27xscl72.cfg b/fc27xscl72.cfg index bbd9a3d..5f663a2 100644 --- a/fc27xscl72.cfg +++ b/fc27xscl72.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' |