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>
This commit is contained in:
Dorian Stoll 2020-01-30 18:03:08 +01:00
parent ddf217a8ef
commit d96fe6b277
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

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