auto-import changelog data from lsof-4.72-1.src.rpm
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 (#126419)
This commit is contained in:
parent
14f9c4171d
commit
eb05718281
@ -1 +1 @@
|
||||
lsof_4.68.tar.gz
|
||||
lsof_4.72.tar.bz2
|
||||
|
17
lsof.spec
17
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 <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
* 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
|
||||
(#126419)
|
||||
|
||||
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 4.68-1
|
||||
- update to 4.68 (#99064)
|
||||
|
Loading…
Reference in New Issue
Block a user