OBS User unknown 2008-02-08 18:56:24 +00:00 committed by Git OBS Bridge
parent 3100679c90
commit 57b86ace1a
4 changed files with 47 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dc1981131b6178e4f515e86b26ae27687a66c75f7e9c79c61863edd9b1f692f
size 45518

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5519419ddb52d0a5c5dc810a7a9f61f032ba774f20ec0de9051a4e8fb7fd5ad
size 45577

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 7 10:02:09 CET 2008 - bwalle@suse.de
- update to 1.2.4
o Add linux-2.6.24 support.
o Add xen kernel support to the STDOUT feature (-F option).
o Fix the method looking for .debug_info section in
get_debug_info().
o Fix the problem that -d1 option cannot be specified without
-x/-i option.
-------------------------------------------------------------------
Mon Dec 10 18:23:53 CET 2007 - bwalle@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package makedumpfile (Version 1.2.3)
# spec file for package makedumpfile (Version 1.2.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -14,8 +14,8 @@ Name: makedumpfile
BuildRequires: gcc-c++ libdw-devel libdw1 libelf-devel libelf0 libelf1 zlib-devel
%define elfutils_version 0.124
License: GPL v2 or later
Version: 1.2.3
Release: 4
Version: 1.2.4
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
Url: https://sourceforge.net/projects/makedumpfile/
@ -61,19 +61,27 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
/bin/*
%changelog
* Mon Dec 10 2007 - bwalle@suse.de
* Thu Feb 07 2008 bwalle@suse.de
- update to 1.2.4
o Add linux-2.6.24 support.
o Add xen kernel support to the STDOUT feature (-F option).
o Fix the method looking for .debug_info section in
get_debug_info().
o Fix the problem that -d1 option cannot be specified without
-x/-i option.
* Mon Dec 10 2007 bwalle@suse.de
- Fix generation of vmcoreinfo for ELF64 kernels on 32bit machines
* Thu Nov 29 2007 - bwalle@suse.de
* Thu Nov 29 2007 bwalle@suse.de
- updated to 1.2.3
o Add the filtering feature for free_pages of linux-2.6.24.
* Fri Nov 02 2007 - bwalle@suse.de
* 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
* 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
o Add virtual memmap support for x86_64 sparsemem kernel.
o Add the message_level (16) for printing the report message.
@ -82,20 +90,20 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
o Change the common/debug message output to STDOUT from
STDERR if not specifying '-F' option
o Some cleanups
* Fri Sep 07 2007 - bwalle@suse.de
* Fri Sep 07 2007 bwalle@suse.de
- updated to 1.2.0
o extract vmcoreinfo from /proc/vmcore.
o linux-2.6.23-rc4-mm1 support.
o Add the "-d 1" option (skip zero-filled pages) for Xen.
o Add the feature which gets enum number.
o Some Cleanups
* Mon Aug 13 2007 - bwalle@suse.de
* Mon Aug 13 2007 bwalle@suse.de
- updated to 1.1.6
o linux-2.6.22 support.
o Change the check method of free_pages for linux-2.6.21 or
later.
o Some cleanups
* Fri Jul 27 2007 - bwalle@suse.de
* Fri Jul 27 2007 bwalle@suse.de
- updated to 1.1.5
o new feature that allows extracting the part of xen hypervisor
and domain-0 from /proc/vmcore.
@ -107,7 +115,7 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
o Change the method for getting the kernel's OSRELEASE if
generating a vmcoreinfo file.
o Some cleanups
* Mon Jun 11 2007 - bwalle@suse.de
* Mon Jun 11 2007 bwalle@suse.de
- updated to 1.1.4
o Add ia64 DISCONTIGMEM support.
o Add ia64_vtop.
@ -115,43 +123,43 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
o Cleanup README.
o Fix DISCONTIGMEM bitmap.
o Fix ELF output with overlapping sections.
* Tue Jun 05 2007 - bwalle@suse.de
* Tue Jun 05 2007 bwalle@suse.de
- fix build
* Tue Jun 05 2007 - bwalle@suse.de
* Tue Jun 05 2007 bwalle@suse.de
- link dynamically against libc to decrease binary size (initrd
has already libc included) but leave the other libraries linked
statically
* Mon May 21 2007 - tiwai@suse.de
* Mon May 21 2007 tiwai@suse.de
- use external elfutils packages.
* Fri Apr 13 2007 - tiwai@suse.de
* Fri Apr 13 2007 tiwai@suse.de
- updated to version 1.1.3:
* 2.6.21 kernel support
* fix handling of excluded zero-filled pages for crash
* crash can display dump_level
* Thu Mar 29 2007 - rguenther@suse.de
* Thu Mar 29 2007 rguenther@suse.de
- add zlib-devel BuildRequires
* Fri Mar 09 2007 - tiwai@suse.de
* Fri Mar 09 2007 tiwai@suse.de
- updated to version 1.1.2:
* don't exit even for the unsupported kernel version
* minor fixes
* documents, man page
* Thu Feb 08 2007 - tiwai@suse.de
* Thu Feb 08 2007 tiwai@suse.de
- updated to version 1.1.1:
* x86-64 DISCONTIGMEM support
* Mon Feb 05 2007 - tiwai@suse.de
* Mon Feb 05 2007 tiwai@suse.de
- updated to version 1.1.0:
* support SSH transfer
* Thu Jan 18 2007 - tiwai@suse.de
* Thu Jan 18 2007 tiwai@suse.de
- updated to version 1.0.9:
* fix the calculation of page size.
* Tue Jan 09 2007 - tiwai@suse.de
* Tue Jan 09 2007 tiwai@suse.de
- remove codes with problematic license from elfutils-0.124
(#232894)
* Tue Jan 09 2007 - tiwai@suse.de
* Tue Jan 09 2007 tiwai@suse.de
- added COPYING file (from elfutils)
- fixed optimization flags to use $RPM_OPT_FLAGS
- fix a minor compile error with C99 standard.
* Mon Jan 08 2007 - tiwai@suse.de
* Mon Jan 08 2007 tiwai@suse.de
- initial version: 1.0.8
- build statically with elfutils-1.2.4 since elfutils conflicts
with the existing libelf.