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.
|
Summary: A utility which lists open files on a Linux/UNIX system.
|
||||||
Name: lsof
|
Name: lsof
|
||||||
Version: 4.68
|
Version: 4.72
|
||||||
Release: 3
|
Release: 1
|
||||||
Copyright: Free
|
Copyright: Free
|
||||||
Group: Development/Debuggers
|
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}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ UNIX system.
|
|||||||
mv lsof_%{version}.linux lsof_%{version}
|
mv lsof_%{version}.linux lsof_%{version}
|
||||||
[ -d lsof_%{version} ] && cd lsof_%{version}
|
[ -d lsof_%{version} ] && cd lsof_%{version}
|
||||||
[ -d lsof_%{version}_src ] && cd lsof_%{version}_src
|
[ -d lsof_%{version}_src ] && cd lsof_%{version}_src
|
||||||
|
%patch1 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -68,11 +70,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 4.72-1
|
||||||
- rebuilt
|
- update to 4.72
|
||||||
|
- use st_dev/st_ino comparison for sockets by name if possible
|
||||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
(#126419)
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 4.68-1
|
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 4.68-1
|
||||||
- update to 4.68 (#99064)
|
- update to 4.68 (#99064)
|
||||||
|
Loading…
Reference in New Issue
Block a user