Resolves: bz 250341

This commit is contained in:
Neil Horman 2007-08-01 17:44:53 +00:00
parent 7c84ec10fe
commit 9611e10df6
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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 <nhorman@redhat.com> - 1.101-77%{dist}
- Update mkdumprd to suppres notifications /rev makedumpfile (bz 250341)
* Thu Jul 19 2007 Neil Horman <nhorman@redhat.com> - 1.101-76%{dist}
- Fix mkdumprd to suppress informative messages (bz 248797)

View File

@ -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

View File

@ -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