From: Ondrej Mosnáček on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2105#note_1137994572

Oh, I think I know what is going on now... Git searches all the parent
directories looking for the first one containing `.git` and tries to apply the
patch there. In the case of local `%prep` it finds the dist-git's `.git` and
ends up trying to apply the patch there instead of the current directory.
Setting `patch_command` to `git --git-dir=. apply` fixes it on my end.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to