From 19c887d1caa4bc1aaf83ce0d843c16055ac7c810 Mon Sep 17 00:00:00 2001 From: kzak Date: Wed, 23 Mar 2005 11:31:34 +0000 Subject: [PATCH] - fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712) --- lsof.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lsof.spec b/lsof.spec index d6d160e..52edb31 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.74 -Release: 5 +Release: 6 License: Free %define lsofrh lsof_%{version}-rh Group: Development/Debuggers Source0: %{lsofrh}.tar.bz2 +Patch1: lsof_4.74-rh-nfs.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -16,6 +17,7 @@ UNIX system. %prep %setup -q -n %{lsofrh} +%patch1 -p1 -b .nfs %build @@ -43,6 +45,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Wed Mar 23 2005 Karel Zak 4.74-6 +- fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712) + * Mon Mar 14 2005 Karel Zak 4.74-5 - src.rpm cleanup