X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=kernel-vanilla.spec;h=a1735246ae3e9a90af43096d9269c76c2810fb37;hb=40f1821e9b5de0daa45e1aed7d4669364bfa429c;hp=d0911884e514bc5169318a88f16ed4888a3008ff;hpb=7158297ed3acc50c1d66e1a5416ec37fb18fef39;p=packages%2Fkernel.git diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index d091188..a173524 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 3.8 -%define postver .8 +%define postver .10 %define rel 1 %define alt_kernel 3.8-vanilla @@ -28,9 +28,9 @@ License: GPL v2 Group: Base/Kernel Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz # Source0-md5: 1c738edfc54e7c65faeb90c436104e2f -%if "%{_postver}" != "%{nil}" +%if "%{postver}" != "%{nil}" Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2 -# Source1-md5: 95224572ecb1f4c7089683c1f06ef2b4 +# Source1-md5: 477cf19d53b706e659756ee2bbd5d8c6 %endif Source2: kernel.sysconfig @@ -356,7 +356,7 @@ ln -s %{SOURCE3} kernel-module-build.pl ln -s %{SOURCE4} Makefile cd linux-%{basever} -%if "%{_postver}" != "%{nil}" +%if "%{postver}" != "%{nil}" %{__bzip2} -dc %{SOURCE1} | patch -p1 -s %endif