From: jacob Date: Tue, 11 Jan 2005 18:17:59 +0000 (+0000) Subject: Remove always false expression that may be confusing rpm on rhl 9 X-Git-Tag: 1.3.4~195 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=203df08bd883a7219ac23cc3a3272b1a19eb4634;p=fs%2Flustre-release.git Remove always false expression that may be confusing rpm on rhl 9 --- diff --git a/build/lustre-kernel-2.4.spec.in b/build/lustre-kernel-2.4.spec.in index 5b3fa42..3f1fc41 100644 --- a/build/lustre-kernel-2.4.spec.in +++ b/build/lustre-kernel-2.4.spec.in @@ -637,11 +637,7 @@ EOF fi done make -s $OLDCONFIG -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} - %if %{linux26} - make -s include/asm -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} - %else - make -s symlinks -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} - %endif + make -s symlinks -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} make -s include/linux/version.h -C $RPM_BUILD_ROOT/usr/src/linux-%{KVERREL} #this generates modversions info which we want to include and we may as