As kernels now have changed, we need to make the summarys and 
descriptions match and note the smp support in all kernels.

It also fixes some rpmlint warnings regarding Summary.

Signed-off-by: Thomas Backlund <[EMAIL PROTECTED]>

--- kernel-2.6.spec.old	2006-09-12 19:16:36.000000000 +0300
+++ kernel-2.6.spec	2006-09-12 19:16:17.000000000 +0300
@@ -123,7 +123,7 @@
 %define target_cpu	%(echo %{_target_cpu} | sed -e "s/amd64/x86_64/")
 %define target_arch	%(echo %{_arch} | sed -e "s/amd64/x86_64/" -e "s/sparc/%{_target_cpu}/")
 
-Summary: The Linux kernel (the core of the Linux operating system).
+Summary: The Linux kernel (the core of the Linux operating system)
 Name: %{kname}-%{mdkversion}
 Version: %{rpmversion}
 Release: %{rpmrelease}
@@ -192,7 +192,8 @@ BuildRequires: gcc module-init-tools >= 
 The kernel package contains the Linux kernel (vmlinuz), the core of your
 Mandriva Linux operating system. The kernel handles the basic functions
 of the operating system: memory allocation, process allocation, device
-input and output, etc.
+input and output, etc. It supports both up and smp systems using smp 
+alternatives.
 
 For instructions for update, see:
 http://www.mandriva.com/security/kernelupdate
@@ -204,7 +205,7 @@ http://www.mandriva.com/security/kernelu
 #
 
 %package -n %{kname}-enterprise-%{mdkversion}
-Summary: The Linux Kernel compiled with options for Enterprise server usage.
+Summary: The Linux Kernel compiled with options for Enterprise server usage
 Group: System/Kernel and hardware
 Provides: %kprovides
 Requires: %requires1
@@ -216,7 +217,8 @@ Requires: %requires4
 This package includes a kernel that has appropriate configuration options
 enabled for the typical large enterprise server. This includes SMP support
 for multiple processor machines (or Hyper-Threading), support for large 
-memory configurations and other appropriate items.
+memory configurations and other appropriate items. It supports both
+up and smp systems using smp alternatives.
 
 For instructions for update, see:
 http://www.mandriva.com/security/kernelupdate
@@ -228,7 +230,7 @@ http://www.mandriva.com/security/kernelu
 # 
 
 %package -n %{kname}-legacy-%{mdkversion}
-Summary: The Linux Kernel compiled for up with less than 1GB.
+Summary: The Linux Kernel compiled for legacy i586 smp with less than 1GB
 Group: System/Kernel and hardware
 Provides: %kprovides
 Requires: %requires1
@@ -238,7 +240,8 @@ Requires: %requires4
 
 %description -n %{kname}-legacy-%{mdkversion}
 This package includes a kernel that has appropriate configuration options
-enabled for the typical single processor desktop with up to 1GB of memory.
+enabled for legacy i586 systems with up to 1GB of memory. It supports both
+up and smp systems using smp alternatives.
 
 For instructions for update, see:
 http://www.mandriva.com/security/kernelupdate
@@ -292,7 +295,7 @@ Version: %{rpmversion}
 Release: %{rpmrelease}
 Provides: %{kname}-source
 Requires: glibc-devel, ncurses-devel, make, gcc, perl
-Summary: The source code for the Linux kernel.
+Summary: The source code for the Linux kernel
 Group: Development/Kernel
 Autoreqprov: no
 Conflicts: %{kname}-source-stripped-%{mdkversion}
@@ -316,7 +319,7 @@ Release: %{rpmrelease}
 Provides: %{kname}-source
 Provides: %{kname}-source-2.%{major}
 Requires: glibc-devel, ncurses-devel, make, gcc, perl
-Summary: The source code of the Linux kernel stripped for post build.
+Summary: The source code of the Linux kernel stripped for post build
 Group: Development/Kernel
 Autoreqprov: no
 Conflicts: %{kname}-source-%{mdkversion}
@@ -338,7 +341,7 @@ doing).
 %package -n %{kname}-doc-%{mdkversion}
 Version: %{rpmversion}
 Release: %{rpmrelease}
-Summary: Various documentation bits found in the kernel source.
+Summary: Various documentation bits found in the kernel source
 Group: Books/Computer books
 
 %description -n %{kname}-doc-%{mdkversion}

Reply via email to