Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdumpid for openSUSE:Factory checked in at 2022-04-20 17:03:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdumpid (Old) and /work/SRC/openSUSE:Factory/.kdumpid.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdumpid" Wed Apr 20 17:03:41 2022 rev:1 rq:971063 version:1.3 Changes: -------- New Changes file: --- /dev/null 2022-04-14 01:53:35.491382591 +0200 +++ /work/SRC/openSUSE:Factory/.kdumpid.new.1941/kdumpid.changes 2022-04-20 17:03:43.847169880 +0200 @@ -0,0 +1,110 @@ +------------------------------------------------------------------- +Tue Sep 22 20:11:47 UTC 2020 - Petr Tesa????k <[email protected]> + +- Update to version 1.3: + * Switch to libkdumpfile-0.4.0 + * Update API to newer binutils (bsc#1197741). + +------------------------------------------------------------------- +Mon May 15 12:36:23 UTC 2017 - [email protected] + +- Update to version 1.2: + * Switch to libkdumpfile-0.3.0 + * Handle converted z/Architecture VMDUMP files (bsc#883757). + +------------------------------------------------------------------- +Mon Feb 1 14:06:18 UTC 2016 - [email protected] + +- Update to version 1.1: + * Support for libkdumpfile-0.2.0 +- Patches moved to upstream: + * kdumpid-libkdumpfile-libs.patch + * kdumpid-x86_64-fix-NULL-arch-segv.patch + * kdumpid-quit-on-libkdumpfile-failure.patch + * kdumpid-fix-kdump_is_xen.patch + * kdumpid-x86-out-of-bounds-disas.patch + +------------------------------------------------------------------- +Tue Nov 4 10:21:51 UTC 2014 - [email protected] + +- kdumpid-fix-kdump_is_xen.patch: Fix wrong use of kdump_is_xen(). + +------------------------------------------------------------------- +Mon Nov 3 23:18:07 UTC 2014 - [email protected] + +- kdumpid-x86-out-of-bounds-disas.patch: x86: Prevent out-of-bounds + reads in disas_at(). + +------------------------------------------------------------------- +Mon Nov 3 21:12:46 UTC 2014 - [email protected] + +- kdumpid-quit-on-libkdumpfile-failure.patch: Quit on libkdumpfile + failure. +- kdumpid-x86_64-fix-NULL-arch-segv.patch Fix SEGV when checking + x86_64 and arch is unknown. + +------------------------------------------------------------------- +Mon Nov 3 09:24:07 UTC 2014 - [email protected] + +- kdumpid-libkdumpfile-libs.patch: Do not try to link additional + libraries needed by libkdumpfile. + +------------------------------------------------------------------- +Mon Nov 3 09:10:56 UTC 2014 - [email protected] + +- Update to version 1.0: + * Include Xen version in the output + * Backend split off to libkdumpfile + +------------------------------------------------------------------- +Fri Apr 5 12:13:57 UTC 2013 - [email protected] + +- Update to version 0.92: + o add a manual page + o avoid a gcc warning +- Improve packaging (use RPM macros to set up destination paths). + +------------------------------------------------------------------- +Fri Apr 5 10:59:38 UTC 2013 - [email protected] + +- Update to version 0.91 (another bug-fix release). + +------------------------------------------------------------------- +Wed Nov 2 15:08:00 UTC 2011 - [email protected] + +- Update to version 0.90 (actually a bug-fix release). + +------------------------------------------------------------------- +Tue Nov 1 20:47:12 UTC 2011 - [email protected] + +- Pull more fixes and improvements from the upstream repository: + * Add support for ppc and ppc64. + * Implement a --verbose flag. + * Add RLE dump uncompression method (used in some LKCD dumps). + * Add many LKCD fixes and improvements. + +------------------------------------------------------------------- +Wed Oct 19 15:03:08 CEST 2011 - [email protected] + +- Update to version 0.9, which fixes some bugs and implements some + new features: + * Support /dev/mem and /dev/crash formats. + * Support for big-endian LKCD dumps. + * Preliminary support for s/390. + +------------------------------------------------------------------- +Tue Oct 18 20:14:32 CEST 2011 - [email protected] + +- x86: Fix a segfault when disassembling invalid pages. + +------------------------------------------------------------------- +Tue Oct 18 17:56:15 UTC 2011 - [email protected] + +- Update to current git snapshot (20111018): kdumpid is now able to + correctly identify Xen dom0 dumps, among other improvements. + +------------------------------------------------------------------- +Fri Oct 14 12:36:27 UTC 2011 - [email protected] + +- Import kdumpid. + New: ---- kdumpid-1.3.tar.bz2 kdumpid.changes kdumpid.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdumpid.spec ++++++ # # spec file for package kdumpid # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # #Url: Name: kdumpid BuildRequires: zlib-devel %if 0%{?suse_version} < 1030 && ! 0%{?fedora} BuildRequires: binutils %else BuildRequires: binutils-devel %endif BuildRequires: libkdumpfile-devel Version: 1.3 Release: 0 Summary: Utility to extract information from vmcores License: GPL-2.0-or-later Group: System/Kernel URL: http://sourceforge.net/p/kdumpid BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.tar.bz2 %description Kdumpid extracts information such as type of dump, architecture and kernel version from raw vmcores (Kernel memory dumps). %prep %setup %build make CUSTOM_CFLAGS="${CFLAGS:-%optflags}" %install export BINDIR=%{_bindir} export MANDIR=%{_mandir} %{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT} %files %defattr (-, root, root) %{_bindir}/* %{_mandir}/man1/* %changelog
