From: Marcin Krol Date: Tue, 4 Mar 2014 11:55:06 +0000 (+0000) Subject: - updated to 3.12.13 X-Git-Url: https://git.tld-linux.org/?p=packages%2Fkernel.git;a=commitdiff_plain;h=fb30545af2ec725c64ec851c55f4850fcb25c7ab - updated to 3.12.13 --- diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 9abe1db..4d1645a 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 3.12 -%define postver 6 +%define postver 13 %define rel 1 %define alt_kernel 3.12-vanilla @@ -29,8 +29,8 @@ Group: Base/Kernel Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz # Source0-md5: cc6ee608854e0da4b64f6c1ff8b6398c %if "%{postver}" != "0" -Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2 -# Source1-md5: 07be8721b6e11cb2496c812f2d06c7e7 +Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.xz +# Source1-md5: f387b5cc6663c5ba35ea116defec02be %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