diff options
-rw-r--r-- | fc27xscl56.cfg | 2 | ||||
-rw-r--r-- | fc27xscl70.cfg | 2 | ||||
-rw-r--r-- | fc27xscl71.cfg | 2 | ||||
-rw-r--r-- | fc27xscl72.cfg | 2 |
4 files changed, 8 insertions, 0 deletions
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' |