SPECS (LINUX_2_6): kernel.spec - updated
cieciwa
cieciwa at pld-linux.org
Fri Jun 24 14:46:40 CEST 2005
Author: cieciwa Date: Fri Jun 24 12:46:40 2005 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- updated
---- Files affected:
SPECS:
kernel.spec (1.441.2.1129 -> 1.441.2.1130)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1129 SPECS/kernel.spec:1.441.2.1130
--- SPECS/kernel.spec:1.441.2.1129 Fri Jun 24 12:12:09 2005
+++ SPECS/kernel.spec Fri Jun 24 14:46:35 2005
@@ -18,6 +18,7 @@
%bcond_with em8300 # DXR3/Hollywood
%bcond_with xen0 # build Xen0 kernel
%bcond_with xenU # build XenU kernel
+%bcond_with abi # build Unix-ABI
%if %{with xen0} || %{with xenU}
%define with_xen 1
@@ -646,11 +647,15 @@
%patch112 -p1
%ifarch %{ix86}
+%if %{with abi}
+echo Unix - ABI is brooken.
##patch135 -p1
%endif
+%endif
%if %{with grsecurity}
-%patch200 -p1
+echo Grsecurity not implemented
+##patch200 -p1
%endif
%if %{with omosix}
%{__patch} -p1 -F3 < %{PATCH201}
@@ -1113,8 +1118,10 @@
%dir /lib/modules/%{version}-%{release}
%dir /lib/modules/%{version}-%{release}/kernel
%ifarch %{ix86}
+%if %{with abi}
/lib/modules/%{version}-%{release}/kernel/abi
%endif
+%endif
%ifnarch ppc sparc
/lib/modules/%{version}-%{release}/kernel/arch
%endif
@@ -1192,8 +1199,10 @@
%dir /lib/modules/%{version}-%{release}smp
%dir /lib/modules/%{version}-%{release}smp/kernel
%ifarch %{ix86}
+%if %{with abi}
/lib/modules/%{version}-%{release}smp/kernel/abi
%endif
+%endif
%ifnarch ppc sparc
/lib/modules/%{version}-%{release}smp/kernel/arch
%endif
@@ -1290,8 +1299,10 @@
%files source
%defattr(644,root,root,755)
%ifarch %{ix86}
+%if %with abi}
%{_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.*
@@ -1333,6 +1344,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1130 2005/06/24 12:46:35 cieciwa
+- updated
+
Revision 1.441.2.1129 2005/06/24 10:12:09 cieciwa
- dirty hack - unix-abi broken - temporary removed.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1129&r2=1.441.2.1130&f=u
More information about the pld-cvs-commit
mailing list