--- kernel-2.4.spec.redhat	2004-12-23 23:22:19.000000000 +0000
+++ kernel-2.4.spec	2004-12-23 23:27:20.000000000 +0000
@@ -27,7 +27,7 @@
 %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE}
 
 # groups of related archs
-%define all_x86 i386 i686 athlon
+%define all_x86 i386 i586 i686 athlon
 %define all_x86_64 x86_64 ia32e
 %define all_ppc64 ppc64 ppc64pseries ppc64iseries
 
@@ -112,7 +112,7 @@
 %define kernel_dot_org_conflicts  ppp <= 2.3.15, pcmcia-cs <= 3.1.20, isdn4k-utils <= 3.0, mount < 2.10r-5, nfs-utils < 0.3.1, e2fsprogs < 1.22 
 
 # 
-# Then a series of requirements that are Red Hat specific, either 
+# Then a series of requirements that are specific, either 
 # because we add patches for something, or the older versions have 
 # problems with the newer kernel or lack certain things that make 
 # integration in the distro harder than needed.
@@ -627,7 +627,7 @@
 
 %description 
 The kernel package contains the Linux kernel (vmlinuz), the core of your
-Red Hat Linux operating system.  The kernel handles the basic functions
+CentOS operating system.  The kernel handles the basic functions
 of the operating system:  memory allocation, process allocation, device
 input and output, etc.
 
@@ -653,8 +653,8 @@
 
 %description unsupported
 This package contains extra modules for those drivers which are present in
-the kernel org kernel, but have not been tested by Red Hat. These drivers
-are provided as a courtesy and are not officially supported by Red Hat.
+the kernel org kernel, but have not been tested. These drivers
+are provided as a courtesy and are not officially supported.
 
 %package smp-unsupported
 Summary: An extra, unsupported, set of kernel modules
@@ -663,8 +663,8 @@
 
 %description smp-unsupported
 This package contains extra modules for those drivers which are present in
-the kernel org kernel, but have not been tested by Red Hat. These drivers
-are provided as a courtesy and are not officially supported by Red Hat.
+the kernel org kernel, but have not been tested. These drivers
+are provided as a courtesy and are not officially supported.
 
 %package hugemem-unsupported
 Summary: An extra, unsupported, set of kernel modules
@@ -673,8 +673,8 @@
 
 %description hugemem-unsupported
 This package contains extra modules for those drivers which are present in
-the kernel org kernel, but have not been tested by Red Hat. These drivers
-are provided as a courtesy and are not officially supported by Red Hat.
+the kernel org kernel, but have not been tested. These drivers
+are provided as a courtesy and are not officially supported.
 
 %package smp
 Summary: The Linux kernel compiled for SMP machines.
@@ -2311,6 +2311,11 @@
 %endif
 
 %changelog
+* Thu Dec 23 2004 Lance Davis <lance@centos.org> kernel-2.4.21-27.0.1.EL
+- spec modded for CentOS
+- added i586 to spec file
+- removed trademarks from spec file
+
 * Mon Dec 20 2004 Ernie Petrides <petrides@redhat.com> kernel-2.4.21-27.0.1.EL
 - add network CMSG validation checks (Dave Miller)
 - fix data struct leak in ip_options_get() (Dave Miller)