Switch fedora back to the official source repository

This has totally nothing to do with the fact that I nuked the scripts
for my mirror and I am probably too lazy to rewrite them in the near
future.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
This commit is contained in:
Dorian Stoll 2020-02-23 20:28:38 +01:00
parent 70ea52d1d8
commit f35c72b93f
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://github.com/StollD/linux-fedora
%global fedora_source https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git
%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}/archive/%{kernel_tag}.tar.gz
Source0: %{fedora_source}/snapshot/fedora-%{kernel_tag}.tar.gz
Source1: %{surface_source}/surface.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 linux-fedora-%{kernel_tag}
%autosetup -S git -n fedora-%{kernel_tag}
scripts/kconfig/merge_config.sh \
fedora/configs/%{kernel_config} \