Use the group data rather than a generated rpm
This commit is contained in:
parent
e69612f123
commit
c8b9e42d57
1 changed files with 2 additions and 1 deletions
|
|
@ -905,7 +905,8 @@ def genMockConfig(name, arch, managed=False, repoid=None, tag_name=None, **opts)
|
|||
'basedir' : mockdir,
|
||||
'target_arch' : arch,
|
||||
'chroothome': '/builddir',
|
||||
'chroot_setup_cmd': 'install buildsys-build',
|
||||
# Use the group data rather than a generated rpm
|
||||
'chroot_setup_cmd': 'groupinstall build',
|
||||
# don't encourage network access from the chroot
|
||||
'use_host_resolv': False
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue