View on GitHub

Mock » Release Notes 1.4.2

A 'simple' chroot build environment manager for building RPMs.

There are new features:

config_opts['module_enable'] = ['list', 'of', 'modules']
config_opts['module_install'] = ['module1/profile', 'module2/profile']

This will call dnf module enable list of modules and dnf module install module1/profile module2/profile during the init phase. EDIT: If you want to use this feature you have to have experimental DNF, it can be obtained from this Copr project.

There are some bugfixes: