X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=kernel-vanilla.spec;h=3d4209c59cbaf93513b7e462199aa151574a346e;hb=24fde77d6fda190a8d3d58403edb7403214f4245;hp=e45082af152ec8adf7e35d3bc67568f274bc0534;hpb=90a965d64d94858731349a89ce7466ed10d70659;p=packages%2Fkernel.git diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index e45082a..3d4209c 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -4,8 +4,8 @@ %bcond_with verbose # verbose build (V=1) %define basever 3.10 -%define postver 18 -%define rel 2 +%define postver 33 +%define rel 1 %define alt_kernel 3.10-vanilla @@ -29,8 +29,8 @@ Group: Base/Kernel Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz # Source0-md5: 4f25cd5bec5f8d5a7d935b3f2ccb8481 %if "%{postver}" != "0" -Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2 -# Source1-md5: f92a506c0c93813b4b79f79fa6a61e74 +Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.xz +# Source1-md5: 2a453acf41c3f28122a7cabd3d4acbf5 %endif Source2: kernel.sysconfig @@ -49,7 +49,7 @@ AutoReqProv: no BuildRequires: hostname BuildRequires: kmod BuildRequires: perl-base -BuildRequires: rpm-build >= 4.5-24 +BuildRequires: rpm >= 4.5-74 BuildRequires: rpmbuild(macros) >= 1.652 Requires(post): coreutils Requires(post): geninitrd >= 12639-1 @@ -357,7 +357,7 @@ ln -s %{SOURCE4} Makefile cd linux-%{basever} %if "%{postver}" != "0" -%{__bzip2} -dc %{SOURCE1} | patch -p1 -s +%{__xz} -dc %{SOURCE1} | patch -p1 -s %endif # Fix EXTRAVERSION in main Makefile