diff options
Diffstat (limited to 'site-defaults.cfg')
-rw-r--r-- | site-defaults.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site-defaults.cfg b/site-defaults.cfg index 8c2c6f6..da5aefc 100644 --- a/site-defaults.cfg +++ b/site-defaults.cfg @@ -64,6 +64,8 @@ # 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 +# Workaround for mock 1.4.7 - https://bugzilla.redhat.com/1514028 +config_opts['rpmbuild_networking'] = True ## When RPM is build in container then build hostname is set to name of ## container. This sets the build hostname to name of container's host. ## Works only in F25+ chroots |