From 9611e10df67fcbf5dd0f5a16c1a516d139c31aa9 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 1 Aug 2007 17:44:53 +0000 Subject: [PATCH] Resolves: bz 250341 --- .cvsignore | 1 + kexec-tools.spec | 7 +++++-- mkdumprd | 2 +- sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c8b7dd3..417b753 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ kexec-tools-1.101.tar.gz makedumpfile.tar.gz makedumpfile-1.1.1.tar.gz kexec-tools-po.tar.gz +makedumpfile-1.1.5.tar.gz diff --git a/kexec-tools.spec b/kexec-tools.spec index c4078c9..94b105a 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 76%{?dist} +Release: 77%{?dist} License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -13,7 +13,7 @@ Source5: kdump.sysconfig.ppc64 Source6: kdump.sysconfig.ia64 Source7: mkdumprd Source8: kdump.conf -Source9: makedumpfile-1.1.1.tar.gz +Source9: makedumpfile-1.1.5.tar.gz Source10: kexec-kdump-howto.txt Source11: firstboot_kdump.py Source12: mkdumprd.8 @@ -252,6 +252,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py %doc kexec-kdump-howto.txt %changelog +* Wed Aug 01 2007 Neil Horman - 1.101-77%{dist} +- Update mkdumprd to suppres notifications /rev makedumpfile (bz 250341) + * Thu Jul 19 2007 Neil Horman - 1.101-76%{dist} - Fix mkdumprd to suppress informative messages (bz 248797) diff --git a/mkdumprd b/mkdumprd index 597e5cf..f290931 100644 --- a/mkdumprd +++ b/mkdumprd @@ -888,7 +888,7 @@ if [ -n "$KDUMP_CONFIG_FILE" ]; then core_collector) if [ -x /sbin/makedumpfile ]; then CORE_COLLECTOR=$location - CORE_COLLECTOR=`echo $CORE_COLLECTOR | sed -e's/makedumpfile/makedumpfile -i \/etc\/makedumpfile.config/'` + CORE_COLLECTOR=`echo $CORE_COLLECTOR | sed -e's/makedumpfile/makedumpfile -i \/etc\/makedumpfile.config --message-level 1/'` else echo "Cannot use the core_collector option on this arch" rm -rf $MNTIMAGE diff --git a/sources b/sources index d5b39d2..e8525e3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ b4f7ffcc294d41a6a4c40d6e44b7734d kexec-tools-1.101.tar.gz -41c919e362e7fb0e0fbe2b6d9be0de91 makedumpfile-1.1.1.tar.gz 68f68403304c5c89c7087b07563911f8 kexec-tools-po.tar.gz +dbf062772132ccb43d47920df89a3cf9 makedumpfile-1.1.5.tar.gz