Przeglądaj źródła

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.
Maximilian Luz 3 lat temu
rodzic
commit
fb1a1688bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pkg/fedora/kernel-surface/kernel-surface.spec

+ 1 - 1
pkg/fedora/kernel-surface/kernel-surface.spec

@@ -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} \