Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bash for openSUSE:Factory checked in at 2026-02-12 17:24:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash (Old) and /work/SRC/openSUSE:Factory/.bash.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash" Thu Feb 12 17:24:43 2026 rev:205 rq:1332470 version:5.3.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/bash/bash.changes 2025-12-12 21:40:12.058364712 +0100 +++ /work/SRC/openSUSE:Factory/.bash.new.1977/bash.changes 2026-02-12 17:24:51.556907390 +0100 @@ -1,0 +2,5 @@ +Wed Feb 11 10:41:59 UTC 2026 - Andreas Schwab <[email protected]> + +- Remove obsolete qemu workaround + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.ZWjfck/_old 2026-02-12 17:24:53.240978833 +0100 +++ /var/tmp/diff_new_pack.ZWjfck/_new 2026-02-12 17:24:53.240978833 +0100 @@ -1,7 +1,7 @@ # # spec file for package bash # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -290,12 +290,6 @@ rl2=($(sed -rn '/RL_VERSION_MINOR/p' lib/readline/readline.h)) test ${rl1[2]}.${rl2[2]} = %{rl_version} || exit 1 -%if 0%{?qemu_user_space_build} -# Something in qemu clobbers the signal mask to block SIGALRM during the -# execution of this test, causing it to hang. Skip it. -echo exit 0 > tests/read7.sub -%endif - %build SOURCE_DATE_EPOCH="$(sed -n '/^----/n;s/ - .*$//;p;q' %{SOURCE99} | date -u -f - +%%s)" TZ=UTC0
