- update to 4.73

This commit is contained in:
kzak 2004-12-13 10:42:06 +00:00
parent eb05718281
commit 09c4c34e66
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
lsof_4.72.tar.bz2
lsof_4.73.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A utility which lists open files on a Linux/UNIX system.
Name: lsof
Version: 4.72
Version: 4.73
Release: 1
Copyright: Free
Group: Development/Debuggers
@ -29,7 +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
#%patch1 -p2
%build
@ -70,6 +70,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*
%changelog
* Mon Dec 13 2004 Karel Zak <kzak@redhat.com> 4.73-1
- update to 4.73
- remove lsof_4.72-sock.patch, already in the upstream code
* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 4.72-1
- update to 4.72
- use st_dev/st_ino comparison for sockets by name if possible

View File

@ -1 +1 @@
5cc6edeab12733c69bac8ed4246e25f2 lsof_4.72.tar.bz2
21e820cf581ecddca26a2acf7282770c lsof_4.73.tar.bz2