diff --git a/.cvsignore b/.cvsignore index 0610695..a2ab460 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lsof_4.68.tar.gz +lsof_4.72.tar.bz2 diff --git a/lsof.spec b/lsof.spec index ee38d0b..8dfac2c 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,10 +1,11 @@ Summary: A utility which lists open files on a Linux/UNIX system. Name: lsof -Version: 4.68 -Release: 3 +Version: 4.72 +Release: 1 Copyright: Free Group: Development/Debuggers -Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz +Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.bz2 +Patch1: lsof_4.72-sock.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root @@ -28,6 +29,7 @@ UNIX system. mv lsof_%{version}.linux lsof_%{version} [ -d lsof_%{version} ] && cd lsof_%{version} [ -d lsof_%{version}_src ] && cd lsof_%{version}_src +%patch1 -p2 %build @@ -68,11 +70,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt +* Fri Jul 30 2004 Jakub Jelinek 4.72-1 +- update to 4.72 +- use st_dev/st_ino comparison for sockets by name if possible + (#126419) * Fri Jul 18 2003 Jakub Jelinek 4.68-1 - update to 4.68 (#99064) diff --git a/sources b/sources index c8a0900..491cd7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7f92a5b2e30f2e028a5151199a5fcfb lsof_4.68.tar.gz +5cc6edeab12733c69bac8ed4246e25f2 lsof_4.72.tar.bz2