rpms/kernel/FC-6 kernel-2.6.spec,1.2876,1.2877

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 29 07:50:55 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv2484

Modified Files:
	kernel-2.6.spec 
Log Message:
make debug packages.


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/kernel-2.6.spec,v
retrieving revision 1.2876
retrieving revision 1.2877
diff -u -r1.2876 -r1.2877
--- kernel-2.6.spec	29 Dec 2006 05:07:58 -0000	1.2876
+++ kernel-2.6.spec	29 Dec 2006 07:50:53 -0000	1.2877
@@ -540,6 +540,7 @@
 You'll want to install this package if you need a reference to the
 options that can be passed to Linux kernel modules at load time.
 
+
 %package headers
 Summary: Header files for the Linux kernel for use by glibc
 Group: Development/System
@@ -553,6 +554,30 @@
 building most standard programs and are also needed for rebuilding the
 glibc package.
 
+
+%package debug
+Summary: The Linux kernel compiled with extra debugging enabled.
+Group: System Environment/Kernel
+Provides: kernel = %{version}
+Provides: kernel-drm = 4.3.0
+Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}-debug
+Prereq: %{kernel_prereq}
+Conflicts: %{kernel_dot_org_conflicts}
+Conflicts: %{package_conflicts}
+AutoReq: no
+AutoProv: yes
+
+%description debug
+The kernel package contains the Linux kernel (vmlinuz), the core of any
+Linux operating system.  The kernel handles the basic functions
+of the operating system:  memory allocation, process allocation, device
+input and output, etc.
+
+This variant of the kernel has numerous debugging options enabled.
+It should only be installed when trying to gather additional information
+on kernel bugs, as some of these options impact performance noticably.
+
+
 %package PAE
 Summary: The Linux kernel compiled for PAE capable machines.
 
@@ -589,6 +614,28 @@
 This package provides kernel headers and makefiles sufficient to build modules
 against the PAE kernel package.
 
+%package PAE-debug
+Summary: The Linux kernel compiled with extra debugging enabled for PAE capable machines.
+Group: System Environment/Kernel
+Provides: kernel = %{version}
+Provides: kernel-drm = 4.3.0
+Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}-PAE-debug
+Prereq: %{kernel_prereq}
+Conflicts: %{kernel_dot_org_conflicts}
+Conflicts: %{package_conflicts}
+AutoReq: no
+AutoProv: yes
+
+%description PAE-debug
+This package includes a version of the Linux kernel with support for up to
+64GB of high memory. It requires a CPU with Physical Address Extensions (PAE).
+The non-PAE kernel can only address up to 4GB of memory.
+Install the kernel-PAE package if your machine has more than 4GB of memory.
+
+This variant of the kernel has numerous debugging options enabled.
+It should only be installed when trying to gather additional information
+on kernel bugs, as some of these options impact performance noticably.
+
 %package smp
 Summary: The Linux kernel compiled for SMP machines.
 




More information about the fedora-cvs-commits mailing list