This commit is contained in:
parent
5da946dd80
commit
4d1bbb8bcb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:caef33f40458ad4aad203181c959beafcb10fd50cc28522f1fcbec33672751ea
|
|
||||||
size 45369
|
|
3
makedumpfile-1.2.2.tar.bz2
Normal file
3
makedumpfile-1.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62e8bdc4bc230ce7de8ef5ff2ee5999cce5b55418ae0885c09790fb23f4b1edd
|
||||||
|
size 45404
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 2 11:44:28 CET 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- updated to 1.2.2
|
||||||
|
o Fix the problem that vmcoreinfo cannot be extracted from ELF32
|
||||||
|
/proc/vmcore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 11 10:11:53 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- adding libelf0 libelf1 to BuildRequires to make the resolver
|
||||||
|
of the BuildService happy for <= 10.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 10 09:43:22 CEST 2007 - bwalle@suse.de
|
Wed Oct 10 09:43:22 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package makedumpfile (Version 1.2.1)
|
# spec file for package makedumpfile (Version 1.2.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,10 +11,10 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: makedumpfile
|
Name: makedumpfile
|
||||||
BuildRequires: gcc-c++ libdw-devel zlib-devel
|
BuildRequires: gcc-c++ libdw-devel libdw1 libelf-devel libelf0 libelf1 zlib-devel
|
||||||
%define elfutils_version 0.124
|
%define elfutils_version 0.124
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Partial kernel dump
|
Summary: Partial kernel dump
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -58,6 +58,13 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
/bin/*
|
/bin/*
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 02 2007 - bwalle@suse.de
|
||||||
|
- updated to 1.2.2
|
||||||
|
o Fix the problem that vmcoreinfo cannot be extracted from ELF32
|
||||||
|
/proc/vmcore.
|
||||||
|
* Thu Oct 11 2007 - bwalle@suse.de
|
||||||
|
- adding libelf0 libelf1 to BuildRequires to make the resolver
|
||||||
|
of the BuildService happy for <= 10.2
|
||||||
* Wed Oct 10 2007 - bwalle@suse.de
|
* Wed Oct 10 2007 - bwalle@suse.de
|
||||||
- updated to 1.2.1
|
- updated to 1.2.1
|
||||||
o Add virtual memmap support for x86_64 sparsemem kernel.
|
o Add virtual memmap support for x86_64 sparsemem kernel.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user