From 926c913821c3b86c11fd30dc374c59c6eac51296 Mon Sep 17 00:00:00 2001 From: kzak Date: May 24 2006 11:06:43 +0000 Subject: upgrade --- diff --git a/.cvsignore b/.cvsignore index a9d82be..ee9d94e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lsof_4.76-rh.tar.bz2 +lsof_4.77-rh.tar.bz2 diff --git a/README.maintainer b/README.maintainer new file mode 100644 index 0000000..405bb94 --- /dev/null +++ b/README.maintainer @@ -0,0 +1,23 @@ + +Please, remove non-linux dialects from upstream source package before release. +There is problem with copyrights for some UN*Xes ... also .. you can merge all +to the one normal tarball (instead two level tarball that uses upstream) and +rename it to lsof_X.XX-rh. + + +tar zxvf lsof_X.XX_src.tar + +mv lsof_X.XX_src lsof_X.XX-rh + +mv README* 00* lsof_X.XX-rh/ + +cd lsof_X.XX-rh/dialects/ + +rm -rf + +cd ../../ + +tar jcvf lsof_X.XX-rh.tar.bz2 lsof_X.XX-rh + +lsof_X.XX-rh.tar.bz2 <-- use in the lsof.spec file + diff --git a/lsof.spec b/lsof.spec index 3a7f97e..b679a3d 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,12 +1,11 @@ Summary: A utility which lists open files on a Linux/UNIX system. Name: lsof -Version: 4.76 -Release: 2 +Version: 4.77 +Release: 1 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 @@ -17,13 +16,9 @@ UNIX system. %prep %setup -q -n %{lsofrh} -%patch1 -p1 -b .eventpoll %build -#LINUX_KERNEL=`pwd`/../linux LSOF_INCLUDE=`pwd`/../linux/include \ -#LSOF_VERS=20036 LSOF_VSTR=2.0.36 LINUX_BASE=/dev/kmem \ -LSOF_VERS=24018 LSOF_VSTR=2.4.18 LINUX_BASE=/proc \ - ./Configure -n linux +LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux make DEBUG="$RPM_OPT_FLAGS" @@ -44,6 +39,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Wed May 24 2006 Karel Zak 4.77-2 +- upgrade to 4.77 + * Wed Feb 15 2006 Karel Zak 4.76-2 - fix #175568 - lsof prints 'unknown inode type' for epoll diff --git a/sources b/sources index 00b6ba7..84844ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e0bbe817619ffc946943042215dca1c lsof_4.76-rh.tar.bz2 +c6d739fc3ae30b616d585344cd5516e2 lsof_4.77-rh.tar.bz2