OBS User unknown 2008-06-23 02:12:00 +00:00 committed by Git OBS Bridge
parent c2eaf222d3
commit 32c346f55b
4 changed files with 26 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 06 16:36:48 CEST 2008 - bwalle@suse.de
- update to 1.2.6
o Extract vmcoreinfo from /proc/vmcore for Xen (by Itsuro ODA)
o Add linux-2.6.25 support
o Add '--help' option
o Fix the error code of Xen extracting feature (by Akio Takebe)
o Fix the ia64 problem that invalid data is copied around
overlapping segments.
o make create_dump_bitmap() simple
-------------------------------------------------------------------
Fri Mar 28 11:15:07 CET 2008 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package makedumpfile (Version 1.2.5)
# spec file for package makedumpfile (Version 1.2.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,7 +15,7 @@ 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.5
Version: 1.2.6
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
@ -62,6 +62,15 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
/bin/*
%changelog
* Fri Jun 06 2008 bwalle@suse.de
- update to 1.2.6
o Extract vmcoreinfo from /proc/vmcore for Xen (by Itsuro ODA)
o Add linux-2.6.25 support
o Add '--help' option
o Fix the error code of Xen extracting feature (by Akio Takebe)
o Fix the ia64 problem that invalid data is copied around
overlapping segments.
o make create_dump_bitmap() simple
* Fri Mar 28 2008 bwalle@suse.de
- update to 1.2.5
o follow the changes of page flags.