SPECS (LINUX_2_6): kernel.spec - fixed build without smp (don't to...

qboosh qboosh at pld-linux.org
Sun Dec 11 01:05:00 CET 2005


Author: qboosh                       Date: Sun Dec 11 00:05:00 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- fixed build without smp (don't touch smp config)

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1333 -> 1.441.2.1334) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1333 SPECS/kernel.spec:1.441.2.1334
--- SPECS/kernel.spec:1.441.2.1333	Sat Dec 10 17:02:36 2005
+++ SPECS/kernel.spec	Sun Dec 11 01:04:53 2005
@@ -1211,13 +1211,13 @@
 BuildConfig
 %{?with_up:BuildKernel}
 %{?with_up:PreInstallKernel}
+%if %{with smp}
 # SMP KERNEL
 KERNEL_INSTALL_DIR="$KERNEL_BUILD_DIR/build-done/kernel-SMP"
 rm -rf $KERNEL_INSTALL_DIR
-%if !%{with xen}
 BuildConfig smp
-%{?with_smp:BuildKernel smp}
-%{?with_smp:PreInstallKernel smp}
+BuildKernel smp
+PreInstallKernel smp
 %endif
 
 %install
@@ -1677,9 +1677,9 @@
 %defattr(644,root,root,755)
 %dir %{_prefix}/src/linux-%{version}
 %{_prefix}/src/linux-%{version}/include
-%if !%{with xen}
+%if %{with smp}
 %{_prefix}/src/linux-%{version}/config-smp
-%{?with_smp:%{_prefix}/src/linux-%{version}/Module.symvers-smp}
+%{_prefix}/src/linux-%{version}/Module.symvers-smp
 %endif
 %{_prefix}/src/linux-%{version}/config-up
 %{?with_up:%{_prefix}/src/linux-%{version}/Module.symvers-up}
@@ -1758,6 +1758,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1334  2005/12/11 00:04:53  qboosh
+- fixed build without smp (don't touch smp config)
+
 Revision 1.441.2.1333  2005/12/10 16:02:36  qboosh
 - rel 2.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1333&r2=1.441.2.1334&f=u




More information about the pld-cvs-commit mailing list