OBS User unknown
2007-04-13 23:03:13 +00:00
committed by Git OBS Bridge
parent 7bf5314170
commit 86ba7c8a4c
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 13 19:00:54 CEST 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 17:29:43 CEST 2007 - rguenther@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package makedumpfile (Version 1.1.2)
# spec file for package makedumpfile (Version 1.1.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,8 +14,8 @@ Name: makedumpfile
BuildRequires: gcc-c++ zlib-devel
%define elfutils_version 0.124
License: GNU General Public License (GPL)
Version: 1.1.2
Release: 5
Version: 1.1.3
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
URL: https://sourceforge.net/projects/makedumpfile/
@@ -84,6 +84,11 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
/bin/*
%changelog
* 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
- add zlib-devel BuildRequires
* Fri Mar 09 2007 - tiwai@suse.de