Release 5.8 - 2024-09-27
Bugfixes
-
Mock v5.7 introduced a regression in the
chroot_scan
plugin that prevented the result directory from being created properly. This issue has been fixed - and is the major reason for doing v5.8 bugfix release. -
The ownership of the tarball provided by
chroot_scan
(whenwrite_tar = True
) has been corrected, ensuring the file is no longer root-owned. -
The
chroot_scan
plugin now consistently uses theutil.do
method instead of customsubprocess.call
calls. This ensures that themock --verbose
output properly displays the commands (likecp
, ortar
) being executed.