From bc455b21dd69027e1d135a514f932d5cd21a7421 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Oct 2017 14:39:55 +0200 Subject: F27: workaround for https://bugzilla.redhat.com/1485290 --- fc27xscl56.cfg | 2 ++ fc27xscl70.cfg | 2 ++ fc27xscl71.cfg | 2 ++ fc27xscl72.cfg | 2 ++ 4 files changed, 8 insertions(+) diff --git a/fc27xscl56.cfg b/fc27xscl56.cfg index 2b6110b..eac1f1d 100644 --- a/fc27xscl56.cfg +++ b/fc27xscl56.cfg @@ -33,6 +33,8 @@ config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485290 +config_opts['macros']['%_build_id_links']='none' config_opts['yum.conf'] = """ diff --git a/fc27xscl70.cfg b/fc27xscl70.cfg index 2bbb14e..ae88d83 100644 --- a/fc27xscl70.cfg +++ b/fc27xscl70.cfg @@ -33,6 +33,8 @@ config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485290 +config_opts['macros']['%_build_id_links']='none' config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc27xscl71.cfg b/fc27xscl71.cfg index 466628b..1cb88e3 100644 --- a/fc27xscl71.cfg +++ b/fc27xscl71.cfg @@ -33,6 +33,8 @@ config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485290 +config_opts['macros']['%_build_id_links']='none' config_opts['environment']['ACCEPT_EULA'] = 'Y' diff --git a/fc27xscl72.cfg b/fc27xscl72.cfg index a664a3f..72d2354 100644 --- a/fc27xscl72.cfg +++ b/fc27xscl72.cfg @@ -33,6 +33,8 @@ config_opts['macros']['%runselftest']="1" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485290 +config_opts['macros']['%_build_id_links']='none' config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit