From: Marcin Krol Date: Wed, 5 Feb 2014 07:57:16 +0000 (+0000) Subject: - updated to 3.10.28 X-Git-Url: https://git.tld-linux.org/?p=packages%2Fkernel.git;a=commitdiff_plain;h=c6979d28a5d03f5d794b2eb582f7f66d1b783377 - updated to 3.10.28 --- diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 9228743..3c56f42 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -4,7 +4,7 @@ %bcond_with verbose # verbose build (V=1) %define basever 3.10 -%define postver 25 +%define postver 28 %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: b4d0f6f3699ca489163448f8ea149b6c +Source1: http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.xz +# Source1-md5: 34514ae21798afcf2a8dc3c77f2714a6 %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-build >= 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