SPECS (LINUX_2_6): kernel.spec - I've had fucking enough, ABI bcon...

baggins baggins at pld-linux.org
Mon Aug 8 16:36:28 CEST 2005


Author: baggins                      Date: Mon Aug  8 14:36:28 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- I've had fucking enough, ABI bconded out by default

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1154 -> 1.441.2.1155) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1154 SPECS/kernel.spec:1.441.2.1155
--- SPECS/kernel.spec:1.441.2.1154	Sat Aug  6 17:56:58 2005
+++ SPECS/kernel.spec	Mon Aug  8 16:36:23 2005
@@ -20,6 +20,7 @@
 %bcond_with	xen0		# build Xen0 kernel
 %bcond_with	xenU		# build XenU kernel
 %bcond_with	xendev		# build Xen-devel kernel
+%bcond_with	abi		# build with unix abi support
 
 %if %{with xen0} || %{with xenU}
 %define with_xen 1
@@ -672,8 +673,10 @@
 %patch113 -p1
 
 %ifarch %{ix86}
+%if %{with abi}
 %patch135 -p1
 %endif
+%endif
 
 %if %{with grsecurity}
 echo Grsecurity not implemented
@@ -745,7 +748,9 @@
     %if %{with regparm}
 	sed -i 's:# CONFIG_REGPARM is not set:CONFIG_REGPARM=y:' $1
     %endif
+    %if %{with abi}
     cat %{SOURCE95} >> $1
+    %endif
 %endif
 }
 
@@ -1212,9 +1217,11 @@
 %ghost /boot/initrd-%{version}-%{release}.gz
 %dir /lib/modules/%{version}-%{release}
 %dir /lib/modules/%{version}-%{release}/kernel
+%if %{with abi}
 %ifarch %{ix86}
 /lib/modules/%{version}-%{release}/kernel/abi
 %endif
+%endif
 %ifnarch ppc sparc
 /lib/modules/%{version}-%{release}/kernel/arch
 %endif
@@ -1301,9 +1308,11 @@
 %ghost /boot/initrd-%{version}-%{release}smp.gz
 %dir /lib/modules/%{version}-%{release}smp
 %dir /lib/modules/%{version}-%{release}smp/kernel
+%if %{with abi}
 %ifarch %{ix86}
 /lib/modules/%{version}-%{release}smp/kernel/abi
 %endif
+%endif
 %ifnarch ppc sparc
 /lib/modules/%{version}-%{release}smp/kernel/arch
 %endif
@@ -1403,9 +1412,11 @@
 %if %{with source}
 %files source
 %defattr(644,root,root,755)
+%if %{with abi}
 %ifarch %{ix86}
 %{_prefix}/src/linux-%{version}/abi
 %endif
+%endif
 %{_prefix}/src/linux-%{version}/arch/*/[!Mk]*
 %{_prefix}/src/linux-%{version}/arch/*/kernel/[!M]*
 %exclude %{_prefix}/src/linux-%{version}/arch/*/kernel/asm-offsets.*
@@ -1447,6 +1458,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1155  2005/08/08 14:36:23  baggins
+- I've had fucking enough, ABI bconded out by default
+
 Revision 1.441.2.1154  2005/08/06 15:56:58  areq
 - 2.6.12.4
 
================================================================

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




More information about the pld-cvs-commit mailing list