diff options
-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 |