summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-27 14:03:49 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-27 14:16:56 -0400
commit2ee118c7e06087645aeb3942de63f89048afd9b0 (patch)
tree38f5b3f58562eec2f8b9584b023e66a9259cdfe5 /kernel.spec
parentd87b3f2e6e55ccfbd42d03534fa2ffa8a5aa2136 (diff)
downloadkernel-2ee118c7e06087645aeb3942de63f89048afd9b0.tar.gz
kernel-2ee118c7e06087645aeb3942de63f89048afd9b0.tar.xz
kernel-2ee118c7e06087645aeb3942de63f89048afd9b0.zip
Drop ia64.
Goodbye, ia64. Prarit will miss you.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec14
1 files changed, 4 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 3f9feeb06..a6e9aba6c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -374,13 +374,6 @@ Summary: The Linux kernel
%define kernel_image_elf 1
%endif
-%ifarch ia64
-%define all_arch_configs kernel-%{version}-ia64*.config
-%define image_install_path boot/efi/EFI/redhat
-%define make_target compressed
-%define kernel_image vmlinux.gz
-%endif
-
%ifarch alpha alphaev56
%define all_arch_configs kernel-%{version}-alpha*.config
%define image_install_path boot
@@ -509,7 +502,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} s390 s390x alpha alphaev56 %{arm}
+ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 %{sparc} s390 s390x alpha alphaev56 %{arm}
ExclusiveOS: Linux
%kernel_reqprovconf
@@ -558,8 +551,6 @@ Source51: config-powerpc32-generic
Source52: config-powerpc32-smp
Source53: config-powerpc64
-Source60: config-ia64-generic
-
Source70: config-s390x
Source90: config-sparc64-generic
@@ -2017,6 +2008,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Oct 27 2011 Josh Boyer <jwboyer@redhat.com>
+- Drop ia64
+
* Wed Oct 26 2011 Kyle McMartin <kmcmartin@redhat.com>
- Make some config changes caught during a review:
- CONFIG_SOC_CAMERA: disable, it's only for some ARM boards