diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-02 14:39:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-02 14:39:55 +0200 |
commit | bc455b21dd69027e1d135a514f932d5cd21a7421 (patch) | |
tree | c7ed7d2d4077263c9dfb81dba306f579f7706834 /fc27xscl72.cfg | |
parent | cb08685b7f736ba653517ee825aaa33f82c378cf (diff) |
F27: workaround for https://bugzilla.redhat.com/1485290
Diffstat (limited to 'fc27xscl72.cfg')
-rw-r--r-- | fc27xscl72.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
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' |