فهرست منبع

Pull fedora kernel sources from my repository

The one that is provided by an upstream developer is sometimes a bit
slow (5.4.13 vs. 5.4.15 on my repo). Switching it to my version of it,
which is fully automated will hopefully speed things up once fedora has
been rebased to 5.5.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll 5 سال پیش
والد
کامیت
d96fe6b277
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}/patches
 %global config_source https://raw.githubusercontent.com/linux-surface/kernel-configs/%{ls_configs_commit}
 
@@ -70,7 +70,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:    %{config_source}/%{kernel_patches}/surface.config
 Source2:    fedora.config
 
@@ -111,7 +111,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} \