rpm-software-management / mock

Mock is a tool for a reproducible build of RPM packages.
GNU General Public License v2.0
381 stars 227 forks source link

always set ownership of homedir (but not recursively) #1365

Closed xsuchy closed 5 months ago

xsuchy commented 5 months ago

Not setting the ownership caused problem when doing mock -r fedora-rawhide-x86_64 --chroot --unpriv "touch ~/test" lets make sure that homedir is always writable but keep the recursion only in rebuild as was previously.

Fixes: #1364