From 8ccc89f51112962e621980c9e9b5688e7c6c9e01 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 6 Mar 2007 21:09:57 +0000 Subject: [PATCH] updating makedumpfile to version 1.1.1 --- .cvsignore | 1 + kexec-tools.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 842b68f..d964d2e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ kexec-tools-1.101.tar.gz makedumpfile.tar.gz +makedumpfile-1.1.1.tar.gz diff --git a/kexec-tools.spec b/kexec-tools.spec index ac30e44..3698c2e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 61%{?dist} +Release: 62%{?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.0.7.tar.gz +Source9: makedumpfile-1.1.1.tar.gz Source10: kexec-kdump-howto.txt Source11: firstboot_kdump.py Source12: mkdumprd.8 @@ -169,6 +169,7 @@ install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/kdump/firstboot_kdump.py install -m 644 %{SOURCE12} $RPM_BUILD_ROOT%{_mandir}/man8/mkdumprd.8 %ifarch %{ix86} x86_64 ia64 ppc64 install -m 755 makedumpfile/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile +install -m 755 makedumpfile/makedumpfile-R.pl $RPM_BUILD_ROOT/sbin/makedumpfile-reasm %endif CHOMP_SIZE=`echo $RPM_BUILD_ROOT | wc -c` find $RPM_BUILD_ROOT -name '*.mo' | cut -b $CHOMP_SIZE- >> %{name}.lang @@ -236,6 +237,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py %doc kexec-kdump-howto.txt %changelog +* Tue Mar 06 2007 Neil Horman - 1.101-62%{dist} +- Updating makedumpfile to version 1.1.1 (bz 2223743) + * Mon Feb 22 2007 Neil Horman - 1.101-61%{dist} - Adding multilanguage infrastructure to firstboot_kdump (bz 223175) diff --git a/sources b/sources index 7155a78..e548831 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ b4f7ffcc294d41a6a4c40d6e44b7734d kexec-tools-1.101.tar.gz -56fcb4d8e58e22795aeb6c28408916b0 makedumpfile-1.0.7.tar.gz +41c919e362e7fb0e0fbe2b6d9be0de91 makedumpfile-1.1.1.tar.gz