X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=kernel-vanilla.spec;h=88478897d26ba76fa9167b679d8d95f91f0da4f8;hb=356b56eac0ec067103b1b5b4411df6b7a055e5d8;hp=6f3a2be33b90c78a077a1f7237bab67534fdfad5;hpb=83afbbfb6837d4a8432212697412eee31f079051;p=packages%2Fkernel.git diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 6f3a2be..8847889 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 4.14 -%define postver 65 +%define postver 141 %define rel 1 %define alt_kernel 4.14-vanilla @@ -30,7 +30,7 @@ Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz # Source0-md5: bacdb9ffdcd922aa069a5e1520160e24 %if "%{postver}" != "0" Source1: http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz -# Source1-md5: 291aae6226dc26d75835d1c1d66e97a3 +# Source1-md5: 6208a47f69ef4fa76b12165c90090812 %endif Source2: kernel-module-build.pl @@ -39,17 +39,19 @@ Source3: kernel.make Source10: kernel-vanilla-x86.config Source11: kernel-vanilla-x86_64.config -Patch0: gcc8.patch - URL: http://www.kernel.org/ BuildRequires: binutils >= 3:2.18 +BuildRequires: bison BuildRequires: /sbin/depmod +BuildRequires: elfutils-devel +BuildRequires: flex BuildRequires: gcc >= 5:3.2 BuildRequires: gcc-plugin-devel BuildRequires: xz >= 1:4.999.7 AutoReqProv: no BuildRequires: hostname BuildRequires: kmod +BuildRequires: openssl-devel BuildRequires: perl-base BuildRequires: rpm >= 4.5-74 BuildRequires: rpmbuild(macros) >= 1.652 @@ -342,8 +344,6 @@ cd linux-%{basever} %{__xz} -dc %{SOURCE1} | patch -p1 -s %endif -%patch0 -p1 - # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{?alt_kernel:-%{alt_kernel}}#g' Makefile