Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package coreutils for openSUSE:Factory checked in at 2026-05-10 16:46:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coreutils (Old) and /work/SRC/openSUSE:Factory/.coreutils.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coreutils" Sun May 10 16:46:31 2026 rev:172 rq:1351819 version:9.11 Changes: -------- --- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes 2026-04-25 21:35:04.096148371 +0200 +++ /work/SRC/openSUSE:Factory/.coreutils.new.1966/coreutils.changes 2026-05-10 16:46:31.984380915 +0200 @@ -1,0 +2,6 @@ +Thu May 7 13:06:43 UTC 2026 - [email protected] + +- coreutils-tests-misc-tty-eof-avoid-false-failure.patch: Add upstream patch: + tests: avoid false failure with perl-IO-Tty >= 1.24 (bsc#1264052) + +------------------------------------------------------------------- New: ---- coreutils-tests-misc-tty-eof-avoid-false-failure.patch ----------(New B)---------- New: - coreutils-tests-misc-tty-eof-avoid-false-failure.patch: Add upstream patch: tests: avoid false failure with perl-IO-Tty >= 1.24 (bsc#1264052) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coreutils.spec ++++++ --- /var/tmp/diff_new_pack.7wvdxT/_old 2026-05-10 16:46:34.248473572 +0200 +++ /var/tmp/diff_new_pack.7wvdxT/_new 2026-05-10 16:46:34.252473735 +0200 @@ -63,6 +63,7 @@ # tests: skip tests/rm/ext3-perf.sh temporarily as it hangs on OBS. Patch810: coreutils-skip-tests-rm-ext3-perf.patch Patch900: coreutils-tests-workaround-make-fdleak.patch +Patch901: coreutils-tests-misc-tty-eof-avoid-false-failure.patch BuildRequires: automake BuildRequires: gmp-devel @@ -178,6 +179,7 @@ %patch -P 810 %patch -P 900 +%patch -P 901 -p 1 # ================================================ %build ++++++ coreutils-tests-misc-tty-eof-avoid-false-failure.patch ++++++ commit 0f85d79ed60de25b7530af7bbf1a97523fbbfca2 Author: Pádraig Brady <[email protected]> Date: Mon Apr 27 11:14:51 2026 +0100 tests: avoid false failure with perl-IO-Tty >= 1.24 * tests/misc/tty-eof.pl: https://bugzilla.redhat.com/2463168 diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index d21e2ea02..3f5abbe98 100755 --- a/tests/misc/tty-eof.pl +++ b/tests/misc/tty-eof.pl @@ -121,7 +121,8 @@ normalize_tty_output ($) $exp->spawn("$cmd 2> $stderr") or (warn "$ME: cannot run '$cmd' ($mode): $!\n"), $fail=1, next; - set_tty_eof_char ($exp->slave, $eof_char); + # Fails on perl-IO-Tty >= 1.24 https://bugzilla.redhat.com/2463168 + # set_tty_eof_char ($exp->slave, $eof_char); my $input = "a b\n"; if ($with_input)
