Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit kdump
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Nov 2008 12:17:35 +0100
- Message-id: <20081103111735.C39206780AA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdump
checked in at Mon Nov 3 12:17:35 CET 2008.
--------
--- kdump/kdump.changes 2008-10-28 13:22:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/kdump/kdump.changes 2008-11-02
20:54:39.000000000 +0100
@@ -1,0 +2,41 @@
+Sun Nov 02 15:05:13 CET 2008 - bwalle@xxxxxxx
+
+- Update to 0.6.4
+ o change default location for KDUMP_SAVEDIR to "/var/crash"
+ o actually check <version>-kdump before <version>-<flavour> when
+ looking for a suitable kdump kernel
+ o boot.kdump: Use the full kernel release (obtained with
+ /sbin/get_kernel_version) to build the initrd name also when
+ symlinks are used (bnc#438218)
+ o Assume a default terminal size of 80x25 (for printing the
+ horizontal line)
+ o Check the exit status of kdumptool
+ o Implement support for resolving symbolic links inside a root
+ directory (--root=...) when saving the dump. (bnc#431492)
+ o Don't print a (red) info message that email failed if both
+ KDUMP_SMTP_SERVER and KDUMP_NOTIFICATION_TO are empty.
+ o If KDUMP_SAVEDIR points to a local file, resolve symlinks when
+ creating the initrd because in theory the file system that
+ contains parts of the symlinks is not mounted in initrd.
+ o Fix KDUMP_NETCONFIG=auto by calling mkinitrd with right
+ parameters.
+ o Create core dumps in the initrd when kdumptool crashes.
+ o Fix std::logic_error in Email::send() that caused kdumptool to
+ terminate unexpectedly.
+ o Set the hostname of the SMTP session based on the --fqdn
+ parameter.
+ o Don't report a failure in the email when there is no one.
+- Drop following patches (folded in 0.6.4):
+ o kdump-2860e7a5d481633aca345b07db28d95fdb04d649
+ Add documentation for "Extended crashkernel commandline"
+ o kdump-56814cf5d03dff1d6233de996e79e1dd54cf5144
+ boot.kdump: Use the full kernel release for initrd name
+ o kdump-8580f201f2f759eb78c646a6b98727b4508101d3
+ Reflect 'boot.kdump' in kdump(7)
+ o kdump-8712f642965d13539148e385aefb805e3464b62d
+ Actually check <version>-kdump before <version>-<flavour> when
+ looking for a suitable kdump kernel
+ o kdump-f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
+ Change default location of KDUMP_SAVEDIR to "/var/crash"
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
kdump-0.6.3-rpmlintrc
kdump-0.6.3.tar.bz2
kdump-2860e7a5d481633aca345b07db28d95fdb04d649
kdump-56814cf5d03dff1d6233de996e79e1dd54cf5144
kdump-8580f201f2f759eb78c646a6b98727b4508101d3
kdump-8712f642965d13539148e385aefb805e3464b62d
kdump-f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
New:
----
kdump-0.6.4-rpmlintrc
kdump-0.6.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.U26318/_old 2008-11-03 12:17:11.000000000 +0100
+++ /var/tmp/diff_new_pack.U26318/_new 2008-11-03 12:17:11.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package kdump (Version 0.6.3)
+# spec file for package kdump (Version 0.6.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,8 +21,8 @@
Name: kdump
License: GPL v2 or later
-Version: 0.6.3
-Release: 33
+Version: 0.6.4
+Release: 1
Requires: curl openssh makedumpfile
Summary: Script for kdump
Group: System/Kernel
@@ -35,11 +35,6 @@
PreReq: %insserv_prereq %fillup_prereq mkinitrd
Source: %{name}-%{version}.tar.bz2
Source2: %{name}-%{version}-rpmlintrc
-Patch0: %{name}-f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
-Patch1: %{name}-2860e7a5d481633aca345b07db28d95fdb04d649
-Patch2: %{name}-8580f201f2f759eb78c646a6b98727b4508101d3
-Patch3: %{name}-8712f642965d13539148e385aefb805e3464b62d
-Patch4: %{name}-56814cf5d03dff1d6233de996e79e1dd54cf5144
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
Provides: kdump-helpers = 0.2.4
@@ -61,11 +56,6 @@
%prep
%setup
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
%build
export CFLAGS="%optflags"
@@ -134,6 +124,44 @@
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
%changelog
+* Sun Nov 02 2008 bwalle@xxxxxxx
+- Update to 0.6.4
+ o change default location for KDUMP_SAVEDIR to "/var/crash"
+ o actually check <version>-kdump before <version>-<flavour> when
+ looking for a suitable kdump kernel
+ o boot.kdump: Use the full kernel release (obtained with
+ /sbin/get_kernel_version) to build the initrd name also when
+ symlinks are used (bnc#438218)
+ o Assume a default terminal size of 80x25 (for printing the
+ horizontal line)
+ o Check the exit status of kdumptool
+ o Implement support for resolving symbolic links inside a root
+ directory (--root=...) when saving the dump. (bnc#431492)
+ o Don't print a (red) info message that email failed if both
+ KDUMP_SMTP_SERVER and KDUMP_NOTIFICATION_TO are empty.
+ o If KDUMP_SAVEDIR points to a local file, resolve symlinks when
+ creating the initrd because in theory the file system that
+ contains parts of the symlinks is not mounted in initrd.
+ o Fix KDUMP_NETCONFIG=auto by calling mkinitrd with right
+ parameters.
+ o Create core dumps in the initrd when kdumptool crashes.
+ o Fix std::logic_error in Email::send() that caused kdumptool to
+ terminate unexpectedly.
+ o Set the hostname of the SMTP session based on the --fqdn
+ parameter.
+ o Don't report a failure in the email when there is no one.
+- Drop following patches (folded in 0.6.4):
+ o kdump-2860e7a5d481633aca345b07db28d95fdb04d649
+ Add documentation for "Extended crashkernel commandline"
+ o kdump-56814cf5d03dff1d6233de996e79e1dd54cf5144
+ boot.kdump: Use the full kernel release for initrd name
+ o kdump-8580f201f2f759eb78c646a6b98727b4508101d3
+ Reflect 'boot.kdump' in kdump(7)
+ o kdump-8712f642965d13539148e385aefb805e3464b62d
+ Actually check <version>-kdump before <version>-<flavour> when
+ looking for a suitable kdump kernel
+ o kdump-f4cf2ef3cc3e6414d7d9386de0ebf7d633cbfed5
+ Change default location of KDUMP_SAVEDIR to "/var/crash"
* Tue Oct 28 2008 schwab@xxxxxxx
- Fix %%post failure.
* Sun Oct 26 2008 bwalle@xxxxxxx
++++++ kdump-0.6.3-rpmlintrc -> kdump-0.6.4-rpmlintrc ++++++
++++++ kdump-0.6.3.tar.bz2 -> kdump-0.6.4.tar.bz2 ++++++
++++ 1810 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |