From f56cbec25b21933e001282a8d6c5a4638253414b Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 29 Jun 2006 16:25:24 +0000 Subject: [PATCH] Don't put "_lustre-b1_5.YYYYMMDDHHMM" in the extraversion as this kernel is not really at all lustre specific. --- lustre/kernel_patches/targets/2.6-patchless.target.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/targets/2.6-patchless.target.in b/lustre/kernel_patches/targets/2.6-patchless.target.in index 1ad7a34..ed2a120 100644 --- a/lustre/kernel_patches/targets/2.6-patchless.target.in +++ b/lustre/kernel_patches/targets/2.6-patchless.target.in @@ -4,7 +4,7 @@ lnxrel="22" KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2 SERIES= VERSION=${lnxmaj} -EXTRA_VERSION=${lnxrel}_lustre.@VERSION@ +EXTRA_VERSION=${lnxrel} RHBUILD=1 LINUX26=1 LUSTRE_VERSION=@VERSION@ -- 1.8.3.1