Accepting request 144632 from home:ptesarik:branches:Kernel:kdump
upgrade to 1.5.1 OBS-URL: https://build.opensuse.org/request/show/144632 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=62
This commit is contained in:
committed by
Git OBS Bridge
parent
c8326502a4
commit
812323c39a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35414b3f54ba0d6e24a58cf4e24dcf23043cebb2ce4ba45e886ceac892a5a94a
|
||||
size 97870
|
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,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -28,7 +28,7 @@ BuildRequires: bzip2
|
||||
%endif
|
||||
BuildRequires: lzma-devel
|
||||
BuildRequires: lzo-devel
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Partial kernel dump
|
||||
License: GPL-2.0
|
||||
@@ -37,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
|
||||
|
||||
@@ -56,7 +55,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
LIBS_STATIC=
|
||||
|
Reference in New Issue
Block a user