rpms/kernel/devel kernel-2.6.spec,1.2870,1.2871

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 13 22:24:15 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Log Message:
remove explicit "Provides: kernel = %{version}"



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2870
retrieving revision 1.2871
diff -u -r1.2870 -r1.2871
--- kernel-2.6.spec	13 Dec 2006 19:36:02 -0000	1.2870
+++ kernel-2.6.spec	13 Dec 2006 22:24:12 -0000	1.2871
@@ -20,26 +20,21 @@
 
 # Versions of various parts
 
-# After branching, please hardcode these values as the
-# %dist and %rhel tags are not reliable yet
-# For example dist -> .el5 and rhel -> 5
-#% define dist .XX
-#% define rhel Y
-
-#
 # Polite request for people who spin their own kernel rpms:
 # please modify the "release" field in a way that identifies
 # that the kernel isn't the stock distribution kernel, for example by
 # adding some text to the end of the version number.
-#
 %define sublevel 19
 %define kversion 2.6.%{sublevel}
 %define rpmversion 2.6.%{sublevel}
 %define release %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist}
+
 %define signmodules 0
-%define xen_hv_cset 11633
+
 %define make_target bzImage
 %define kernel_image x86
+
+%define xen_hv_cset 11633
 %define xen_flags verbose=y crash_debug=y
 %define xen_target vmlinuz
 %define xen_image vmlinuz
@@ -60,8 +55,8 @@
 %define all_x86 i386 i586 i686
 %endif
 
-# PPC doesn't have relocatable kernel support yet so still needs a -kdump.
-%ifarch ppc64
+# x86-64 & PPC doesn't have relocatable kernel support yet so still needs a -kdump.
+%ifarch ppc64 x86_64
 %define buildkdump 1
 %endif
 
@@ -225,7 +220,6 @@
 ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64iseries ia64 sparc sparc64 s390 s390x
 %endif
 ExclusiveOS: Linux
-Provides: kernel = %{version}
 Provides: kernel-drm = 4.3.0
 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
 Prereq: %{kernel_prereq}




More information about the fedora-cvs-commits mailing list