- fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712)

This commit is contained in:
kzak 2005-03-23 11:31:34 +00:00
parent 5bbdcf9153
commit 19c887d1ca

View File

@ -1,11 +1,12 @@
Summary: A utility which lists open files on a Linux/UNIX system. Summary: A utility which lists open files on a Linux/UNIX system.
Name: lsof Name: lsof
Version: 4.74 Version: 4.74
Release: 5 Release: 6
License: Free License: Free
%define lsofrh lsof_%{version}-rh %define lsofrh lsof_%{version}-rh
Group: Development/Debuggers Group: Development/Debuggers
Source0: %{lsofrh}.tar.bz2 Source0: %{lsofrh}.tar.bz2
Patch1: lsof_4.74-rh-nfs.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -16,6 +17,7 @@ UNIX system.
%prep %prep
%setup -q -n %{lsofrh} %setup -q -n %{lsofrh}
%patch1 -p1 -b .nfs
%build %build
@ -43,6 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Wed Mar 23 2005 Karel Zak <kzak@redhat.com> 4.74-6
- fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712)
* Mon Mar 14 2005 Karel Zak <kzak@redhat.com> 4.74-5 * Mon Mar 14 2005 Karel Zak <kzak@redhat.com> 4.74-5
- src.rpm cleanup - src.rpm cleanup