diff --git a/makedumpfile-1.2.1.tar.bz2 b/makedumpfile-1.2.1.tar.bz2 deleted file mode 100644 index afb8845..0000000 --- a/makedumpfile-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caef33f40458ad4aad203181c959beafcb10fd50cc28522f1fcbec33672751ea -size 45369 diff --git a/makedumpfile-1.2.2.tar.bz2 b/makedumpfile-1.2.2.tar.bz2 new file mode 100644 index 0000000..13ba16b --- /dev/null +++ b/makedumpfile-1.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e8bdc4bc230ce7de8ef5ff2ee5999cce5b55418ae0885c09790fb23f4b1edd +size 45404 diff --git a/makedumpfile.changes b/makedumpfile.changes index 889f413..6c50c38 100644 --- a/makedumpfile.changes +++ b/makedumpfile.changes @@ -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 diff --git a/makedumpfile.spec b/makedumpfile.spec index 3b8d564..26fef43 100644 --- a/makedumpfile.spec +++ b/makedumpfile.spec @@ -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.