[lsof] 4.84-1: upgrade to 4.84

kzak kzak at fedoraproject.org
Wed Sep 15 08:54:51 UTC 2010


commit 05395dd0ff5aa0aa41e461f03e3898b3a8b4ff31
Author: Karel Zak <kzak at redhat.com>
Date:   Wed Sep 15 09:46:54 2010 +0200

    4.84-1: upgrade to 4.84
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 .gitignore              |    2 +
 lsof.spec               |   17 +++---
 lsof_4.81-threads.patch |  129 -----------------------------------------------
 sources                 |    2 +-
 4 files changed, 12 insertions(+), 138 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60dc2e9..9145c09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 lsof_4.83-rh.tar.bz2
+/lsof_4.84-rh.tar.bz2
+*~
diff --git a/lsof.spec b/lsof.spec
index fc98c92..d9ef5c4 100644
--- a/lsof.spec
+++ b/lsof.spec
@@ -1,15 +1,15 @@
 Summary: A utility which lists open files on a Linux/UNIX system
 Name: lsof
-Version: 4.83
-Release: 2%{?dist}
+Version: 4.84
+Release: 1%{?dist}
 License: zlib
 Group: Development/Debuggers
 
 # lsof contains licensed code that we cannot ship.  Therefore we use
 # upstream2downstream.sh script to remove the code before shipping it.
 #
-# The script you can found in CVS or download from:
-# http://cvs.fedoraproject.org/viewcvs/rpms/lsof/devel/upstream2downstream.sh
+# The script you can found in SCM or download from:
+# http://pkgs.fedoraproject.org/gitweb/?p=lsof.git;a=blob_plain;f=upstream2downstream.sh
 #
 %define lsofrh lsof_%{version}-rh
 Source0: %{lsofrh}.tar.bz2
@@ -19,9 +19,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libselinux-devel
 
-# 184338 - allow lsof access nptl threads
-Patch0: lsof_4.81-threads.patch
-
 %description
 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
@@ -29,7 +26,7 @@ UNIX system.
 
 %prep
 %setup -q -n %{lsofrh}
-%patch0 -p1
+#%patch0 -p1
 
 %build
 LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
@@ -53,6 +50,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
+* Wed Sep 15 2010 Karel Zak <kzak at redhat.com> 4.84-1
+- upgrade to 4.84
+- remove lsof_4.81-threads.patch, "lsof -K" provides basic support for tasks now
+
 * Fri Feb 19 2010 Karel Zak <kzak at redhat.com> 4.83-2
 - minor changes in spec file (#226108 - Merge Review)
 
diff --git a/sources b/sources
index 949956d..0e83c4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac9c43f18accdfc257f85b71de7cbcc4  lsof_4.83-rh.tar.bz2
+131cabfb2f6804558c2ead7d57285def  lsof_4.84-rh.tar.bz2


More information about the scm-commits mailing list