Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2025-08-13 16:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Wed Aug 13 16:23:37 2025 rev:300 rq:1295529 version:2.41.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes    2025-07-14 
10:54:26.639456659 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new.1085/util-linux.changes  
2025-08-13 16:30:16.287798582 +0200
@@ -1,0 +2,6 @@
+Thu Jul 24 10:35:23 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- For bash 5.3 add (SIG)INT tests/expected/kill/decode as ignored
+  signal for asynchronous coprocesses (boo#1246830)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.wkFB8a/_old  2025-08-13 16:30:20.903990510 +0200
+++ /var/tmp/diff_new_pack.wkFB8a/_new  2025-08-13 16:30:20.915991009 +0200
@@ -478,6 +478,15 @@
 %autopatch -p1
 # This test randomly fails or keeps hanging task inside build chroot (tested 
on 2.38).
 rm tests/ts/lsns/ioctl_ns
+# The bash-5.3 and up ignores SIGINT as well for async (co)processes,
+# rational https://lists.gnu.org/archive/html/bug-bash/2023-01/msg00050.html
+if test -n "$BASH_VERSION"
+then
+    if test ${BASH_VERSINFO[0]} -gt 5 -o \( ${BASH_VERSINFO[0]} -eq 5 -a 
${BASH_VERSINFO[1]} -gt 2 \)
+    then
+       sed -ri '/^Ignored:/{ s/(HUP)/\1 INT/ }' tests/expected/kill/decode
+    fi
+fi
 
 %build
 AUTOPOINT=true GTKDOCIZE=true autoreconf -vfi

Reply via email to