rpms/kernel/F-13 kernel.spec,1.2052,1.2053

Dave Jones davej at fedoraproject.org
Thu Jun 3 23:03:35 UTC 2010


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14510

Modified Files:
	kernel.spec 
Log Message:
remove the 31bit s390 support again.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.2052
retrieving revision 1.2053
diff -u -p -r1.2052 -r1.2053
--- kernel.spec	2 Jun 2010 14:48:48 -0000	1.2052
+++ kernel.spec	3 Jun 2010 23:03:34 -0000	1.2053
@@ -329,13 +329,6 @@ Summary: The Linux kernel
 %define kernel_image_elf 1
 %endif
 
-%ifarch s390
-%define all_arch_configs kernel-%{version}-s390*.config
-%define image_install_path boot
-%define make_target image
-%define kernel_image arch/s390/boot/image
-%endif
-
 %ifarch s390x
 %define asmarch s390
 %define hdrarch s390
@@ -517,7 +510,7 @@ Version: %{rpmversion}
 Release: %{pkg_release}
 # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
 # SET %%nobuildarches (ABOVE) INSTEAD
-ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 sparc sparc64 s390 s390x alpha alphaev56 %{arm}
+ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 sparc sparc64 s390x alpha alphaev56 %{arm}
 ExclusiveOS: Linux
 
 %kernel_reqprovconf
@@ -2194,6 +2187,9 @@ fi
 # and build.
 
 %changelog
+* Thu Jun 03 2010 Dave Jones <davej at redhat.com>
+- remove the 31bit s390 support again.
+
 * Tue Jun 01 2010 Jarod Wilson <jarod at redhat.com>
 - Wire up all s390{,x} bits to match RHEL6 kernel spec
 



More information about the scm-commits mailing list