forked from pool/kexec-tools
reapply diff
- fix build on arm. kexec-zImage-arm needed s#asm/page.h#unistd.h# OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=6
This commit is contained in:
parent
6f99c61f93
commit
fb01e80ca2
@ -26,6 +26,11 @@ Sun Dec 20 17:33:50 CET 2009 - bernhard@bwalle.de
|
|||||||
o kexec-tools-ppc64-dynamic-fix-3.diff
|
o kexec-tools-ppc64-dynamic-fix-3.diff
|
||||||
o kexec-tools-ppc64-reinit.diff
|
o kexec-tools-ppc64-reinit.diff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 13:20:37 UTC 2009 - jansimon.moeller@opensuse.org
|
||||||
|
|
||||||
|
- fix build on arm. kexec-zImage-arm needed s#asm/page.h#unistd.h#
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 09:46:46 CEST 2009 - tiwai@suse.de
|
Wed Aug 12 09:46:46 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ Source4: %{name}-%{version}-rpmlintrc
|
|||||||
Patch0: %{name}-no-vga-output.diff
|
Patch0: %{name}-no-vga-output.diff
|
||||||
Patch1: %{name}-xen-static.diff
|
Patch1: %{name}-xen-static.diff
|
||||||
Patch2: %{name}-increase-kernel-text-size.diff
|
Patch2: %{name}-increase-kernel-text-size.diff
|
||||||
|
Patch500: ARM_kexec-zImage-arm_page_to_unistd.diff
|
||||||
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#!BuildIgnore: fop
|
#!BuildIgnore: fop
|
||||||
@ -71,6 +72,7 @@ Authors:
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch500 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# disable as-needed
|
# disable as-needed
|
||||||
|
30
project.diff
30
project.diff
@ -1,30 +0,0 @@
|
|||||||
--- kexec-tools.changes.orig
|
|
||||||
+++ kexec-tools.changes
|
|
||||||
@@ -1,4 +1,9 @@
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
+Mon Sep 21 13:20:37 UTC 2009 - jansimon.moeller@opensuse.org
|
|
||||||
+
|
|
||||||
+- fix build on arm. kexec-zImage-arm needed s#asm/page.h#unistd.h#
|
|
||||||
+
|
|
||||||
+-------------------------------------------------------------------
|
|
||||||
Wed Aug 12 09:46:46 CEST 2009 - tiwai@suse.de
|
|
||||||
|
|
||||||
- increase kernel text size to fix for 2.6.31 kernel (bnc#530240)
|
|
||||||
--- kexec-tools.spec.orig
|
|
||||||
+++ kexec-tools.spec
|
|
||||||
@@ -58,6 +58,7 @@ Patch19: %{name}-ppc64-dynamic-fi
|
|
||||||
Patch20: %{name}-ppc64-dynamic-fix-3.diff
|
|
||||||
Patch21: %{name}-ppc64-reinit.diff
|
|
||||||
Patch22: %{name}-increase-kernel-text-size.diff
|
|
||||||
+Patch500: ARM_kexec-zImage-arm_page_to_unistd.diff
|
|
||||||
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
#!BuildIgnore: fop
|
|
||||||
@@ -111,6 +112,7 @@ Authors:
|
|
||||||
%patch20 -p1
|
|
||||||
%patch21 -p1
|
|
||||||
%patch22 -p1
|
|
||||||
+%patch500 -p1
|
|
||||||
|
|
||||||
%build
|
|
||||||
# disable as-needed
|
|
Loading…
Reference in New Issue
Block a user