By default, in Koji build system, dnf.conf says cachedir=/var/cache/yum. At %check time, we run in mock under the
mockbuilder user and we have no rights to write into /var/cache/yum.
This fixes Mock build in Koji, though it eventually relates to:
https://github.com/fedora-copr/copr/issues/2756
By default, in Koji build system, dnf.conf says
cachedir=/var/cache/yum. At %check time, we run in mock under themockbuilder user and we have no rights to write into /var/cache/yum.
This fixes Mock build in Koji, though it eventually relates to:
https://github.com/fedora-copr/copr/issues/2756