SPECS (LINUX_2_6): kernel.spec - updated for ABI.

cieciwa cieciwa at pld-linux.org
Fri Sep 8 11:19:08 CEST 2006


Author: cieciwa                      Date: Fri Sep  8 09:19:08 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- updated for ABI.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1604 -> 1.441.2.1605) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1604 SPECS/kernel.spec:1.441.2.1605
--- SPECS/kernel.spec:1.441.2.1604	Fri Sep  8 11:02:42 2006
+++ SPECS/kernel.spec	Fri Sep  8 11:19:02 2006
@@ -157,6 +157,7 @@
 Source31:	kernel-ppc-smp.config
 Source32:	kernel-ia64.config
 Source33:	kernel-ia64-smp.config
+Source34:	kernel-abi.config
 
 Source40:	kernel-netfilter.config
 Source41:	kernel-squashfs.config
@@ -1033,6 +1034,12 @@
 	echo "CONFIG_ROOT_NFS=y" >> arch/%{_target_base_arch}/defconfig
 %endif
 
+%ifarch %{ix86}
+%if %{with abi}
+	cat %{SOURCE34} >> arch/%{_target_base_arch}/defconfig
+%endif
+%endif
+
 %{?debug:sed -i "s:# CONFIG_DEBUG_SLAB is not set:CONFIG_DEBUG_SLAB=y:" arch/%{_target_base_arch}/defconfig}
 %{?debug:sed -i "s:# CONFIG_DEBUG_PREEMPT is not set:CONFIG_DEBUG_PREEMPT=y:" arch/%{_target_base_arch}/defconfig}
 %{?debug:sed -i "s:# CONFIG_RT_DEADLOCK_DETECT is not set:CONFIG_RT_DEADLOCK_DETECT=y:" arch/%{_target_base_arch}/defconfig}
@@ -1690,6 +1697,9 @@
 %if %{with source}
 %files source -f aux_files_exc
 %defattr(644,root,root,755)
+%if %{with abi}
+%{_prefix}/src/linux-%{version}/abi
+%endif /* abi */
 %{_prefix}/src/linux-%{version}/arch/*/[!Mk]*
 %{_prefix}/src/linux-%{version}/arch/*/kernel/[!M]*
 %exclude %{_prefix}/src/linux-%{version}/arch/*/kernel/asm-offsets.*
@@ -1733,6 +1743,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1605  2006/09/08 09:19:02  cieciwa
+- updated for ABI.
+
 Revision 1.441.2.1604  2006/09/08 09:02:42  cieciwa
 - _rel 0.10,
 - added ABI support for ix86,
================================================================

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



More information about the pld-cvs-commit mailing list