diff --git a/kexec-tools.changes b/kexec-tools.changes index 9f15002..eb0f395 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 5 08:06:01 UTC 2014 - coolo@suse.com + +- xen 4.4 is exclusive to 64bit archs, so don't require it + ------------------------------------------------------------------- Fri Dec 6 11:51:24 UTC 2013 - ptesarik@suse.cz diff --git a/kexec-tools.spec b/kexec-tools.spec index 15770f1..032f4a5 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,7 +1,7 @@ # # spec file for package kexec-tools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,7 +48,7 @@ BuildRequires: zlib-devel BuildRequires: asciidoc BuildRequires: libxslt %endif -%ifarch %ix86 x86_64 +%ifarch x86_64 BuildRequires: xen-devel %endif ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 s390 s390x arm sh mips mipsel @@ -59,17 +59,6 @@ currently running kernel to do something with it. A currently running kernel may be asked to start the loaded kernel on reboot, or to start the loaded kernel after it panics. - - -Authors: --------- - Eric Biederman - Albert Herranz - Jesse Barnes - Khalid Aziz - Hariprasad Nellitheertha - Tim Deegan - %prep %setup -q -n kexec-tools-%{version} %patch0 -p1