add eventpoll hack
This commit is contained in:
parent
54792a73bf
commit
78c0158d49
@ -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 <kzak@redhat.com> 4.76-2
|
||||
- fix #175568 - lsof prints 'unknown inode type' for epoll
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.76-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user