Hi folks. Can anyone tell me how to replace the rpm-build package with my own in a mock container. I am already added my local repository to `/etc/mock/templates/fedora-rawhide.tpl` with locally builded rpm-build package. [local-repo] name=local repo baseurl=file:///home/mikhail/rpmbuild/RPMS/x86_64 cost=0 enabled=1 # not secure gpgcheck=0 And my repository has higher priority than default koji repository [local] name=local baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/$basearch/ cost=2000 enabled={{ not mirrored }} skip_if_unavailable=False But `mock -r fedora-rawhide-i386 --rebuild ...` command still use default koji package. I removed all directories from `/var/lib/mock` and run "mock -r fedora-rawhide-i386 clean --scrub all" for cleaning caches, but didn't helps. Also I didn't see in build.log any attempts to download `rpm-build` package. https://pastebin.com/RVWjnQRa I already asked this question in irc but didn't get answer, so sorry for noise. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure