This is an update to the latest available version of lsof.
* Drop support for SELinux.
Fixes #11214.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- lsof/lsof.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lsof/lsof.nm b/lsof/lsof.nm index b10421c..38a09c9 100644 --- a/lsof/lsof.nm +++ b/lsof/lsof.nm @@ -4,7 +4,7 @@ ###############################################################################
name = lsof -version = 4.85 +version = 4.89 release = 1
groups = Development/Debuggers @@ -21,10 +21,6 @@ end thisapp = %{name}_%{version}_src
build - requires - libselinux-devel - end - build LINUX_BASE=/proc \ LSOF_VSTR="2.6.16" \