rpms/kexec-tools/devel kexec-tools.spec, 1.90, 1.91 mkdumprd, 1.14, 1.15

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Thu Jul 19 12:33:18 UTC 2007


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22036

Modified Files:
	kexec-tools.spec mkdumprd 
Log Message:
Resolves: bz248797


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- kexec-tools.spec	18 Jul 2007 15:31:47 -0000	1.90
+++ kexec-tools.spec	19 Jul 2007 12:32:46 -0000	1.91
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 1.101
-Release: 75%{?dist}
+Release: 76%{?dist}
 License: GPL
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -252,6 +252,9 @@
 %doc kexec-kdump-howto.txt
 
 %changelog
+* Wed Jul 19 2007 Neil Horman <nhorman at redhat.com> - 1.101-76%{dist}
+- Fix mkdumprd to suppress informative messages (bz 248797)
+
 * Wed Jul 18 2007 Neil Horman <nhorman at redhat.com> - 1.101-75%{dist}
 - Updated fr.po translations (bz 248287)
 


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/mkdumprd,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mkdumprd	19 Jun 2007 11:05:47 -0000	1.14
+++ mkdumprd	19 Jul 2007 12:32:46 -0000	1.15
@@ -971,7 +971,8 @@
         rm -rf $IMAGE
         exit 1
     fi
-    /sbin/makedumpfile -g $MNTIMAGE/etc/makedumpfile.config -x /usr/lib/debug/lib/modules/$RUN_KERN_VER/vmlinux > /dev/null
+    /sbin/makedumpfile -g $MNTIMAGE/etc/makedumpfile.config -x
+/usr/lib/debug/lib/modules/$RUN_KERN_VER/vmlinux > /dev/null 2>&1
     if [ $? != 0 ]; then
         echo "could not generate makedumpfile configuration.  aborting"
         rm -rf $MNTIMAGE




More information about the scm-commits mailing list