- fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712)
This commit is contained in:
parent
5bbdcf9153
commit
19c887d1ca
@ -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 <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
|
||||
- src.rpm cleanup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user