[lsof] - resolves: #891508 updated to 4.87

pschiffe pschiffe at fedoraproject.org
Thu Jan 3 12:47:54 UTC 2013


commit c70eb9d28fe685bd0f6549e968493f5c317df1c7
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Thu Jan 3 13:47:33 2013 +0100

    - resolves: #891508
      updated to 4.87

 .gitignore                 |    2 +-
 lsof-4.86-anoninodfs.patch |  136 --------------------------------------------
 lsof.spec                  |   14 +++--
 sources                    |    2 +-
 upstream2downstream.sh     |    4 +-
 5 files changed, 12 insertions(+), 146 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 615f06c..9361889 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/lsof_4.86-rh.tar.bz2
+/lsof_4.87-rh.tar.xz
diff --git a/lsof.spec b/lsof.spec
index 0f145f4..49825cc 100644
--- a/lsof.spec
+++ b/lsof.spec
@@ -1,7 +1,7 @@
 Summary: A utility which lists open files on a Linux/UNIX system
 Name: lsof
-Version: 4.86
-Release: 4%{?dist}
+Version: 4.87
+Release: 1%{?dist}
 # Sendmail .. lib/snpf.c
 # LGPLv2+  .. lib/regex.c, regex.h
 License: zlib and Sendmail and LGPLv2+
@@ -15,9 +15,8 @@ Group: Development/Debuggers
 
 %global lsofrh lsof_%{version}-rh
 URL: http://people.freebsd.org/~abe/
-Source: %{lsofrh}.tar.bz2
-
-Patch: lsof-4.86-anoninodfs.patch
+Source0: %{lsofrh}.tar.xz
+Source1: upstream2downstream.sh
 
 BuildRequires: libselinux-devel
 
@@ -28,7 +27,6 @@ UNIX system.
 
 %prep
 %setup -q -n %{lsofrh}
-%patch -p1 -b .anoninodfs
 
 %build
 ./Configure -n linux
@@ -46,6 +44,10 @@ install -p -m 0644 lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8
 %{_mandir}/man*/*
 
 %changelog
+* Thu Jan  3 2013 Peter Schiffer <pschiffe at redhat.com> - 4.87-1
+- resolves: #891508
+  updated to 4.87
+
 * Tue Aug 28 2012 Peter Schiffer <pschiffe at redhat.com> - 4.86-4
 - .spec file cleanup
 
diff --git a/sources b/sources
index 03792a1..8c8012c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c81abdf6d7049c1a63bb936c1c260eb  lsof_4.86-rh.tar.bz2
+60ee5b17ce374be2fe1f3c7f1e2da1ee  lsof_4.87-rh.tar.xz
diff --git a/upstream2downstream.sh b/upstream2downstream.sh
index 24cc993..33c7f65 100755
--- a/upstream2downstream.sh
+++ b/upstream2downstream.sh
@@ -33,13 +33,13 @@ rm -rf "$NAME"-rh/dialects/{aix,darwin,du,freebsd,hpux,n+obsd,n+os,osr,sun,uw}
 echo " done."
 
 echo -n "Creating final downstream tarball..."
-tar jcf $MYPWD/"$NAME"-rh.tar.bz2 "$NAME"-rh
+tar Jcf $MYPWD/"$NAME"-rh.tar.xz "$NAME"-rh
 echo " done."
 
 rm -rf $TMP
 cd $MYPWD
 
 echo
-echo "Linux-only tarball: $MYPWD/"$NAME"-rh.tar.bz2"
+echo "Linux-only tarball: $MYPWD/"$NAME"-rh.tar.xz"
 echo
 


More information about the scm-commits mailing list