rpms/kernel/devel kernel.spec,1.2018,1.2019

Dave Jones davej at fedoraproject.org
Tue Jun 8 20:44:14 UTC 2010


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12213

Modified Files:
	kernel.spec 
Log Message:
Remove useless -kdump kernel support


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.2018
retrieving revision 1.2019
diff -u -p -r1.2018 -r1.2019
--- kernel.spec	8 Jun 2010 19:17:14 -0000	1.2018
+++ kernel.spec	8 Jun 2010 20:44:11 -0000	1.2019
@@ -101,8 +101,6 @@ Summary: The Linux kernel
 %define with_up        %{?_without_up:        0} %{?!_without_up:        1}
 # kernel-smp (only valid for ppc 32-bit)
 %define with_smp       %{?_without_smp:       0} %{?!_without_smp:       1}
-# kernel-kdump
-%define with_kdump     %{?_without_kdump:     0} %{?!_without_kdump:     1}
 # kernel-debug
 %define with_debug     %{?_without_debug:     0} %{?!_without_debug:     1}
 # kernel-doc
@@ -232,14 +230,12 @@ Summary: The Linux kernel
 # if requested, only build base kernel
 %if %{with_baseonly}
 %define with_smp 0
-%define with_kdump 0
 %define with_debug 0
 %endif
 
 # if requested, only build smp kernel
 %if %{with_smponly}
 %define with_up 0
-%define with_kdump 0
 %define with_debug 0
 %endif
 
@@ -250,7 +246,6 @@ Summary: The Linux kernel
 %endif
 %define with_smp 0
 %define with_pae 0
-%define with_kdump 0
 %define with_perftool 0
 %endif
 
@@ -268,8 +263,6 @@ Summary: The Linux kernel
 %define with_smp 0
 %endif
 
-%define with_kdump 0
-
 # don't do debug builds on anything but i686 and x86_64
 %ifnarch i686 x86_64
 %define with_debug 0
@@ -402,7 +395,6 @@ Summary: The Linux kernel
 %define with_up 0
 %define with_smp 0
 %define with_pae 0
-%define with_kdump 0
 %define with_debuginfo 0
 %define with_perftool 0
 %define _enable_debug_packages 0
@@ -921,14 +913,6 @@ It should only be installed when trying 
 on kernel bugs, as some of these options impact performance noticably.
 
 
-%define variant_summary A minimal Linux kernel compiled for crash dumps
-%kernel_variant_package kdump
-%description kdump
-This package includes a kdump version of the Linux kernel. It is
-required only on machines which will use the kexec-based kernel crash dump
-mechanism.
-
-
 %prep
 # do a few sanity-checks for --with *only builds
 %if %{with_baseonly}
@@ -1657,10 +1641,6 @@ BuildKernel %make_target %kernel_image
 BuildKernel %make_target %kernel_image smp
 %endif
 
-%if %{with_kdump}
-BuildKernel vmlinux vmlinux kdump vmlinux
-%endif
-
 %if %{with_doc}
 # Make the HTML and man pages.
 make %{?_smp_mflags} htmldocs mandocs || %{doc_build_fail}
@@ -1978,7 +1958,6 @@ fi
 %kernel_variant_files %{with_debug} debug
 %kernel_variant_files %{with_pae} PAE
 %kernel_variant_files %{with_pae_debug} PAEdebug
-%kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 # plz don't put in a version string unless you're going to tag
 # and build.
@@ -1995,6 +1974,9 @@ fi
 
 %changelog
 * Tue Jun 08 2010 Dave Jones <davej at redhat.com>
+- Remove useless -kdump kernel support
+
+* Tue Jun 08 2010 Dave Jones <davej at redhat.com>
 - Remove ia64 ata quirk which had no explanation, and still
   isn't upstream. No-one cares.
 



More information about the scm-commits mailing list