OBS User unknown 2007-11-02 11:11:35 +00:00 committed by Git OBS Bridge
parent 5da946dd80
commit 4d1bbb8bcb
4 changed files with 26 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 2 11:44:28 CET 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 10:11:53 CEST 2007 - bwalle@suse.de
- adding libelf0 libelf1 to BuildRequires to make the resolver
of the BuildService happy for <= 10.2
-------------------------------------------------------------------
Wed Oct 10 09:43:22 CEST 2007 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package makedumpfile (Version 1.2.1)
# spec file for package makedumpfile (Version 1.2.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,10 +11,10 @@
# norootforbuild
Name: makedumpfile
BuildRequires: gcc-c++ libdw-devel zlib-devel
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.1
Version: 1.2.2
Release: 1
Summary: Partial kernel dump
Group: System/Kernel
@ -58,6 +58,13 @@ install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
%doc %{_mandir}/man?/*
/bin/*
%changelog
* 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
- adding libelf0 libelf1 to BuildRequires to make the resolver
of the BuildService happy for <= 10.2
* Wed Oct 10 2007 - bwalle@suse.de
- updated to 1.2.1
o Add virtual memmap support for x86_64 sparsemem kernel.