diff options
| author | Remi Collet <remi@remirepo.net> | 2018-01-03 13:44:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-01-03 13:44:19 +0100 | 
| commit | 7edb426f0f1727ecc25577b36d3ae94ad5b68733 (patch) | |
| tree | b215743848a9f36bab46ddac5bce5df2b13805c5 | |
| parent | bb413fe7b0ea84327d91006cbbeaf084d32267d8 (diff) | |
Workarond for https://bugzilla.redhat.com/1530571
| -rw-r--r-- | site-defaults.cfg | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/site-defaults.cfg b/site-defaults.cfg index da5aefc..23dcde4 100644 --- a/site-defaults.cfg +++ b/site-defaults.cfg @@ -60,7 +60,8 @@  # By default Mock use simple chroot(1). When you set this to True  # it will use systemd-nspawn(1) -# config_opts['use_nspawn'] = False +### Workarond for https://bugzilla.redhat.com/1530571 +config_opts['use_nspawn'] = False  # If you're using nspawn, then by default networking will be turned off  # for rpmbuild.  This helps ensure more reproducible builds.  # config_opts['rpmbuild_networking'] = False  | 
