OBS User unknown 2008-03-28 15:58:26 +00:00 committed by Git OBS Bridge
parent 57b86ace1a
commit c2eaf222d3
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 28 11:15:07 CET 2008 - bwalle@suse.de
- update to 1.2.5
o follow the changes of page flags.
To follow the changes of page flags in linux kernel, a new
makedumpfile can get these values from the vmcoreinfo data.
o Code Cleanup
o fix error return values of vtop().
-------------------------------------------------------------------
Thu Feb 7 10:02:09 CET 2008 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package makedumpfile (Version 1.2.4)
# spec file for package makedumpfile (Version 1.2.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,11 +10,12 @@
# norootforbuild
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.4
Version: 1.2.5
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
@ -61,6 +62,13 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
/bin/*
%changelog
* Fri Mar 28 2008 bwalle@suse.de
- update to 1.2.5
o follow the changes of page flags.
To follow the changes of page flags in linux kernel, a new
makedumpfile can get these values from the vmcoreinfo data.
o Code Cleanup
o fix error return values of vtop().
* Thu Feb 07 2008 bwalle@suse.de
- update to 1.2.4
o Add linux-2.6.24 support.