OBS User unknown
2007-10-10 09:33:02 +00:00
committed by Git OBS Bridge
parent b371aef6bb
commit 5da946dd80
4 changed files with 44 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 10 09:43:22 CEST 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.
o Add linux-2.6.23 support because makedumpfile was tested on
linux-2.6.23.
o Change the common/debug message output to STDOUT from
STDERR if not specifying '-F' option
o Some cleanups
-------------------------------------------------------------------
Fri Sep 7 11:00:08 CEST 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 18:18:16 CEST 2007 - bwalle@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package makedumpfile (Version 1.1.6)
# spec file for package makedumpfile (Version 1.2.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,11 +14,11 @@ Name: makedumpfile
BuildRequires: gcc-c++ libdw-devel zlib-devel
%define elfutils_version 0.124
License: GPL v2 or later
Version: 1.1.6
Version: 1.2.1
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
URL: https://sourceforge.net/projects/makedumpfile/
Url: https://sourceforge.net/projects/makedumpfile/
Source: makedumpfile-%{version}.tar.bz2
Patch: makedumpfile-coptflags.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,8 +57,23 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
%doc README COPYING
%doc %{_mandir}/man?/*
/bin/*
%changelog
* 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.
o Add linux-2.6.23 support because makedumpfile was tested on
linux-2.6.23.
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
- 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
- updated to 1.1.6
o linux-2.6.22 support.