- update to 4.73
This commit is contained in:
parent
eb05718281
commit
09c4c34e66
@ -1 +1 @@
|
||||
lsof_4.72.tar.bz2
|
||||
lsof_4.73.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user