Compare commits

1 Commits
1.1 ... main

3 changed files with 21 additions and 0 deletions

12
lsof-skip-nfs-test.patch Normal file
View File

@@ -0,0 +1,12 @@
diff -u lsof-4.99.4.orig/Makefile.am lsof-4.99.4/Makefile.am
--- lsof-4.99.4.orig/Makefile.am 2023-11-15 02:04:56.000000000 +0100
+++ lsof-4.99.4/Makefile.am 2025-05-28 15:30:06.629701140 +0200
@@ -180,7 +180,7 @@
endif
# Testing programs
-TESTS += tests/LTbasic tests/LTbigf tests/LTdnlc tests/LTlock tests/LTnfs tests/LTnlink tests/LTsock tests/LTszoff tests/LTunix
+TESTS += tests/LTbasic tests/LTbigf tests/LTdnlc tests/LTlock tests/LTnlink tests/LTsock tests/LTszoff tests/LTunix
check_PROGRAMS += tests/LTbasic tests/LTbigf tests/LTdnlc tests/LTlock tests/LTnfs tests/LTnlink tests/LTsock tests/LTszoff tests/LTunix
tests_LTbasic_SOURCES = tests/LTbasic.c tests/LTlib.c

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 28 13:35:44 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
- Force skip NFS test, as it cannot complete properly in OBS but it
can be accidentally triggered there on ppc64. (bsc#1243577,
lsof-skip-nfs-test.patch).
-------------------------------------------------------------------
Tue Mar 4 20:17:45 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>

View File

@@ -25,6 +25,8 @@ License: Zlib
Group: System/Monitoring
URL: https://github.com/lsof-org/lsof
Source: https://github.com/lsof-org/lsof/releases/download/%{version}/lsof-%{version}.tar.gz
# PATCH-FIX-BUILD lsof-skip-nfs-test.patch bsc1243577 sbrabec@suse.com -- Skip NFS test, as it cannot complete properly in OBS.
Patch1: lsof-skip-nfs-test.patch
Patch3: reproducible.patch
BuildRequires: autoconf
BuildRequires: automake