Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsof for openSUSE:Factory checked in at 2025-05-30 14:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsof (Old) and /work/SRC/openSUSE:Factory/.lsof.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsof" Fri May 30 14:22:12 2025 rev:56 rq:1280941 version:4.99.4 Changes: -------- --- /work/SRC/openSUSE:Factory/lsof/lsof.changes 2025-03-21 20:22:01.037749079 +0100 +++ /work/SRC/openSUSE:Factory/.lsof.new.25440/lsof.changes 2025-05-30 17:23:43.879291089 +0200 @@ -1,0 +2,7 @@ +Wed May 28 13:35:44 UTC 2025 - Stanislav Brabec <sbra...@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). + +------------------------------------------------------------------- New: ---- lsof-skip-nfs-test.patch BETA DEBUG BEGIN: New: can be accidentally triggered there on ppc64. (bsc#1243577, lsof-skip-nfs-test.patch). BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsof.spec ++++++ --- /var/tmp/diff_new_pack.GZpYVg/_old 2025-05-30 17:23:44.347310527 +0200 +++ /var/tmp/diff_new_pack.GZpYVg/_new 2025-05-30 17:23:44.347310527 +0200 @@ -25,6 +25,8 @@ 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 sbra...@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 ++++++ lsof-skip-nfs-test.patch ++++++ 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