Accepting request 212847 from home:coolo:branches:openSUSE:Factory
- xen 4.4 is exclusive to 64bit archs, so don't require it OBS-URL: https://build.opensuse.org/request/show/212847 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=30
This commit is contained in:
parent
961840b62c
commit
56e05b59cb
@ -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
|
Fri Dec 6 11:51:24 UTC 2013 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kexec-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -48,7 +48,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 x86_64
|
%ifarch x86_64
|
||||||
BuildRequires: xen-devel
|
BuildRequires: xen-devel
|
||||||
%endif
|
%endif
|
||||||
ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 s390 s390x arm sh mips mipsel
|
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
|
kernel may be asked to start the loaded kernel on reboot, or to start
|
||||||
the loaded kernel after it panics.
|
the loaded kernel after it panics.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Eric Biederman <ebiederm@xmission.com>
|
|
||||||
Albert Herranz
|
|
||||||
Jesse Barnes <jbarnes@sgi.com>
|
|
||||||
Khalid Aziz <khalid.aziz@hp.com>
|
|
||||||
Hariprasad Nellitheertha <hari@in.ibm.com>
|
|
||||||
Tim Deegan <tjd21@cl.cam.ac.uk>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kexec-tools-%{version}
|
%setup -q -n kexec-tools-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user