upgrade to 4.78C
This commit is contained in:
parent
c9677ba85f
commit
94a4270ea6
@ -1 +1 @@
|
|||||||
lsof_4.78B-rh.tar.bz2
|
lsof_4.78C-rh.tar.bz2
|
||||||
|
11
lsof.spec
11
lsof.spec
@ -1,9 +1,9 @@
|
|||||||
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.78
|
Version: 4.78
|
||||||
Release: 06052006devel.2
|
Release: 06122006devel.1
|
||||||
License: Free
|
License: Free
|
||||||
%define lsofrh lsof_4.78B-rh
|
%define lsofrh lsof_4.78C-rh
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
Source0: %{lsofrh}.tar.bz2
|
Source0: %{lsofrh}.tar.bz2
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -11,9 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-root
|
|||||||
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
|
||||||
# 194864 - lsof segfaults on starting
|
|
||||||
Patch0: lsof_4.78B-rh-selinux.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lsof stands for LiSt Open Files, and it does just that: it lists
|
Lsof stands for LiSt Open Files, and it does just that: it lists
|
||||||
information about files that are open by the processes running on a
|
information about files that are open by the processes running on a
|
||||||
@ -21,7 +18,6 @@ UNIX system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{lsofrh}
|
%setup -q -n %{lsofrh}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
|
LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
|
||||||
@ -45,6 +41,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 4.78-06122006devel.1
|
||||||
|
- upgrade to 4.78C (last bugfix accepted by upstream)
|
||||||
|
|
||||||
* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 4.78-06052006devel.2
|
* Mon Jun 12 2006 Karel Zak <kzak@redhat.com> 4.78-06052006devel.2
|
||||||
- added BuildRequires libselinux-devel
|
- added BuildRequires libselinux-devel
|
||||||
- fix #194864 - lsof segfaults on starting
|
- fix #194864 - lsof segfaults on starting
|
||||||
|
Loading…
Reference in New Issue
Block a user