Accepting request 144633 from Kernel:kdump
upgrade to 1.5.1 (forwarded request 144632 from ptesarik) OBS-URL: https://build.opensuse.org/request/show/144633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedumpfile?expand=0&rev=43
This commit is contained in:
commit
d5c123634f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:862ce95e3b45ad6f27a4babbab3918981ab862287251645b37897531df9191f1
|
||||
size 95178
|
3
makedumpfile-1.5.1.tar.bz2
Normal file
3
makedumpfile-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1047114cfa3be051bff99c4ddc19e9620c7e660260692841c66800dc4a7e82ea
|
||||
size 101636
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
arch/x86.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- a/arch/x86.c
|
||||
+++ b/arch/x86.c
|
||||
@@ -64,6 +64,7 @@ remap_init(void)
|
||||
}
|
||||
|
||||
max_numnodes = n;
|
||||
+ return TRUE;
|
||||
}
|
||||
|
||||
int
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 15:58:28 UTC 2012 - ptesarik@suse.cz
|
||||
|
||||
- upgrade to makedumpfile-1.5.1
|
||||
o Support for Xen4 Dom0 dumps
|
||||
o Introduce mem_map array logic
|
||||
- makedumpfile-x86-return-in-nonvoid-function.patch: dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 23:37:22 UTC 2012 - ptesarik@suse.cz
|
||||
|
||||
- upgrade to makedumpfile-1.5.0
|
||||
o implement cyclic mode
|
||||
o update necessary elfutils version
|
||||
o tested for kernels up to 3.4.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 21:08:36 UTC 2012 - lchiquitto@suse.com
|
||||
|
||||
|
@ -23,10 +23,12 @@ BuildRequires: libelf-devel
|
||||
BuildRequires: zlib-devel
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?sles_version} >= 11
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: lzma-devel
|
||||
%else
|
||||
BuildRequires: bzip2
|
||||
%endif
|
||||
BuildRequires: lzma-devel
|
||||
BuildRequires: lzo-devel
|
||||
Version: 1.4.4
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Partial kernel dump
|
||||
License: GPL-2.0
|
||||
@ -35,7 +37,6 @@ Url: https://sourceforge.net/projects/makedumpfile/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: README.static
|
||||
Patch0: %{name}-coptflags.diff
|
||||
Patch1: %{name}-x86-return-in-nonvoid-function.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 x86_64 ia64 ppc64 s390x %arm
|
||||
|
||||
@ -54,7 +55,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
LIBS_STATIC=
|
||||
|
Loading…
Reference in New Issue
Block a user