From bb413fe7b0ea84327d91006cbbeaf084d32267d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Nov 2017 15:54:00 +0100 Subject: enable networking in mock --- site-defaults.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site-defaults.cfg') 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 -- cgit