diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-24 07:31:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-24 07:31:23 +0200 |
commit | 7d23f59a6886474af11962a56468bd419c5b64f7 (patch) | |
tree | fc79eace30acf06137b49a642b44cbe4b3690007 | |
parent | f7f39b0a7b1ad86d11e2e92753e98a61a23820e9 (diff) |
f27: workaround for SCL build
-rw-r--r-- | fc27xscl56.cfg | 2 | ||||
-rw-r--r-- | fc27xscl70.cfg | 2 | ||||
-rw-r--r-- | fc27xscl71.cfg | 2 | ||||
-rw-r--r-- | fc27xscl72.cfg | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/fc27xscl56.cfg b/fc27xscl56.cfg index cb331b9..0280ba4 100644 --- a/fc27xscl56.cfg +++ b/fc27xscl56.cfg @@ -31,6 +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" config_opts['yum.conf'] = """ diff --git a/fc27xscl70.cfg b/fc27xscl70.cfg index 45205e6..9c97fa0 100644 --- a/fc27xscl70.cfg +++ b/fc27xscl70.cfg @@ -31,6 +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" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc27xscl71.cfg b/fc27xscl71.cfg index 5a5f5a0..531833f 100644 --- a/fc27xscl71.cfg +++ b/fc27xscl71.cfg @@ -31,6 +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" config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc27xscl72.cfg b/fc27xscl72.cfg index 30466e6..bbd9a3d 100644 --- a/fc27xscl72.cfg +++ b/fc27xscl72.cfg @@ -31,6 +31,7 @@ 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" config_opts['environment']['ACCEPT_EULA'] = 'Y' |