summaryrefslogtreecommitdiffstats
path: root/site-defaults.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-16 15:54:00 +0100
committerRemi Collet <remi@remirepo.net>2017-11-16 15:54:00 +0100
commitbb413fe7b0ea84327d91006cbbeaf084d32267d8 (patch)
treea924311ee6299b8a109b13f4454ab5d1b4a47b06 /site-defaults.cfg
parent51559c99acfa5a38ef2f1dadc2dabb6463c64a0f (diff)
enable networking in mock
Diffstat (limited to 'site-defaults.cfg')
-rw-r--r--site-defaults.cfg2
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