rpm-software-management / mock

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

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

Closed xsuchy closed 7 months ago

xsuchy commented 7 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