From 14cfbd3690c8ff9ae2ca25e572c5f003e0d581e4 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 26 Mar 2007 13:22:11 +0000 Subject: [PATCH] Resoves: bz 219035 --- kexec-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index bc1bbd6..6123366 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 64%{?dist} +Release: 65%{?dist} License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -230,7 +230,7 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py %config %{_sysconfdir}/rc.d/init.d/kdump %dir %{_localstatedir}/crash %ifarch %{ix86} x86_64 -%{_libdir}/kexec-tools/kexec_test +%{_libdir}/kexec-tools %endif %{_mandir}/man8/* %doc News @@ -239,6 +239,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py %doc kexec-kdump-howto.txt %changelog +* Mon Mar 26 2007 Neil Horman - 1.101-65%{dist} +- Fix spec to own kexec_tools directory (bz 219035) + * Wed Mar 21 2007 Neil Horman - 1.101-64%{dist} - Add fix for ppc memory region computation (bz 233312)