pkg/fedora: Use git to apply patches

Applying patches without git creates problems when renaming files and
changing them later in a different change in the the same patch file,
causing patch to complain that the file does not exist.
This commit is contained in:
Maximilian Luz 2021-10-27 14:44:07 +02:00
parent d5613c70ac
commit fb1a1688bc
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -128,7 +128,7 @@ This package provides kernel headers and makefiles sufficient to build modules
against the kernel-surface package.
%prep
%autosetup -p1 -n linux-fedora-%{kernel_tag}
%autosetup -S git -n linux-fedora-%{kernel_tag}
scripts/kconfig/merge_config.sh \
fedora/configs/%{kernel_config} \