diff --git a/PATCH-FIX-OPENEULER-man-page-section.patch b/PATCH-FIX-OPENEULER-man-page-section.patch deleted file mode 100644 index e5ca4eaab51c8becfea42e3326da39f40491c94b..0000000000000000000000000000000000000000 --- a/PATCH-FIX-OPENEULER-man-page-section.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/Lsof.8 b/Lsof.8 -index 5ad6234..4453fb4 100644 ---- a/Lsof.8 -+++ b/Lsof.8 -@@ -1,5 +1,5 @@ - .so ./version --.TH LSOF 8 Revision-\*(VN -+.TH LSOF 1 Revision-\*(VN - \" Register )P is used neither by this file nor any groff macro. However, - \" some versions of nroff require it. - .if !\n(.g \{\ - diff --git a/lsof-tirpc.patch b/lsof-tirpc.patch deleted file mode 100644 index efe343ed14415ee9267a1dc36df277a2f4de5a7c..0000000000000000000000000000000000000000 --- a/lsof-tirpc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lsof_4.91-rh/Configure.orig 2018-05-22 15:54:57.275682247 +0200 -+++ lsof_4.91-rh/Configure 2018-05-22 15:55:22.314556548 +0200 -@@ -2945,7 +2945,7 @@ return(0); } - - # Test for . - -- if ! test -r ${LSOF_INCLUDE}/rpc/rpc.h # { -+ if ! test -r ${LSOF_INCLUDE}/tirpc/rpc/rpc.h # { - then - LSOF_CFGF="$LSOF_CFGF -DHASNORPC_H" - fi # } diff --git a/lsof.spec b/lsof.spec index 236feeb628979fc934ff90030c5e700e9898e5b8..4d9d39dc6f1750a987a58c835e3933bc188f2fe6 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,11 +1,10 @@ Name: lsof Version: 4.93.2 -Release: 2 +Release: 3 Summary: A tool for list open files License: zlib and Sendmail and LGPLv2+ URL: https://people.freebsd.org/~abe/ Source0: https://github.com/lsof-org/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: PATCH-FIX-OPENEULER-man-page-section.patch Patch6002: 0050-endpoint-pipe-fix-list-the-same-fd-in-a-different-pr.patch Patch6003: 0052-endpoint-pty-bug-fix-list-the-same-fd-in-a-different.patch Patch6004: 0060-endpoint-pseudoterminal-bug-fix-fix-wrong-Unix98-PTY.patch