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.
|
Summary: A utility which lists open files on a Linux/UNIX system.
|
||||||
Name: lsof
|
Name: lsof
|
||||||
Version: 4.76
|
Version: 4.76
|
||||||
Release: 1.2.1
|
Release: 2
|
||||||
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.72-rh-eventpoll.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ UNIX system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{lsofrh}
|
%setup -q -n %{lsofrh}
|
||||||
|
%patch1 -p1 -b .eventpoll
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \
|
#LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \
|
||||||
@ -43,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.76-1.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user