From 965695ee43387f5d4276526fa9d8225c0b8521d1 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 26 Jan 2007 14:43:29 +0000 Subject: [PATCH] fixing Buildreq --- kexec-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 9ade3e9..852489e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -19,7 +19,7 @@ Source11: firstboot_kdump.py BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(pre): coreutils chkconfig sed Requires: busybox >= 1.2.0 -BuildRequires: zlib-devel elfutils-libelf-devel glib2-devel pkgconfig elfutils-libelf-devel elfutils-devel +BuildRequires: zlib-devel elfutils-libelf-devel glib2-devel pkgconfig elfutils-libelf-devel elfutils-devel-static ExcludeArch: ppc %ifarch %{ix86} x86_64 ppc64 ia64 Obsoletes: diskdumputils netdump @@ -226,6 +226,7 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py %changelog * Wed Jan 25 2007 Neil Horman - 1.101-58%{dist} - Updating kdump.init and mkdumprd with most recent RHEL5 fixes +- Fixing BuildReq to require elfutils-devel-static * Thu Jan 04 2007 Neil Horman - 1.101-56%{dist} - Fix option parsing problem for bzImage files (bz 221272)