From 78c0158d49067107b57f998e128bc9ef2dea46de Mon Sep 17 00:00:00 2001 From: kzak Date: Wed, 15 Feb 2006 16:03:01 +0000 Subject: [PATCH] add eventpoll hack --- lsof.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lsof.spec b/lsof.spec index 6e640dc..3a7f97e 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,11 +1,12 @@ Summary: A utility which lists open files on a Linux/UNIX system. Name: lsof Version: 4.76 -Release: 1.2.1 +Release: 2 License: Free %define lsofrh lsof_%{version}-rh Group: Development/Debuggers Source0: %{lsofrh}.tar.bz2 +Patch1: lsof_4.72-rh-eventpoll.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -16,7 +17,7 @@ UNIX system. %prep %setup -q -n %{lsofrh} - +%patch1 -p1 -b .eventpoll %build #LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \ @@ -43,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Wed Feb 15 2006 Karel Zak 4.76-2 +- fix #175568 - lsof prints 'unknown inode type' for epoll + * Fri Feb 10 2006 Jesse Keating - 4.76-1.2.1 - bump again for double-long bug on ppc(64)