From 40f1821e9b5de0daa45e1aed7d4669364bfa429c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 29 Apr 2013 13:25:27 +0000 Subject: [PATCH] - fix postver --- kernel-vanilla.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 45b53d0..a173524 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -28,7 +28,7 @@ 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: 477cf19d53b706e659756ee2bbd5d8c6 %endif @@ -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 -- 2.45.2