Просмотр исходного кода

Revert "Switch fedora back to the official source repository"

This reverts commit f35c72b93f29925e8b9f2cb54820c74fa5054445.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll 5 лет назад
Родитель
Сommit
4d2ae245b8
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      pkg/fedora/kernel-surface/kernel-surface.spec

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

@@ -34,7 +34,7 @@
 %global kernel_config kernel-%{kernel_version}-%{_target_cpu}.config
 %global kernel_name %{kernel_version}-%{kernel_localversion}
 
-%global fedora_source https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git
+%global fedora_source https://github.com/StollD/linux-fedora
 %global surface_source https://raw.githubusercontent.com/linux-surface/linux-surface/%{ls_patches_commit}
 
 %global kernel_modpath %{buildroot}/lib/modules/%{kernel_name}
@@ -69,7 +69,7 @@ Conflicts: xfsprogs < 4.3.0-1
 Conflicts: xorg-x11-drv-vmmouse < 13.0.99
 BuildConflicts: rhbuildsys(DiskFree) < 500Mb
 
-Source0:    %{fedora_source}/snapshot/fedora-%{kernel_tag}.tar.gz
+Source0:    %{fedora_source}/archive/%{kernel_tag}.tar.gz
 Source1:    %{surface_source}/configs/surface-%{kernel_majorver}.config
 Source2:    fedora.config
 
@@ -120,7 +120,7 @@ This package provides kernel headers and makefiles sufficient to build modules
 against the kernel-surface package.
 
 %prep
-%autosetup -S git -n fedora-%{kernel_tag}
+%autosetup -S git -n linux-fedora-%{kernel_tag}
 
 scripts/kconfig/merge_config.sh         \
 	fedora/configs/%{kernel_config} \