Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2026-01-09 17:02:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-common (Old) and /work/SRC/openSUSE:Factory/.ruby-common.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-common" Fri Jan 9 17:02:56 2026 rev:33 rq:1325981 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes 2026-01-05 14:51:50.322976999 +0100 +++ /work/SRC/openSUSE:Factory/.ruby-common.new.1928/ruby-common.changes 2026-01-09 17:03:22.151642859 +0100 @@ -1,0 +2,10 @@ +Thu Jan 8 15:04:24 UTC 2026 - Marcus Rueckert <[email protected]> + +- Some gems (especially rust based ones) start failing if + /usr/bin/ruby is not available. But they can take the desired + ruby binary from the RUBY environment variable. Since we can not + really set that properly via pre_install, set it within the loop + to the current ruby binary before calling the ruby part of + gem_install.sh. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-common.spec ++++++ --- /var/tmp/diff_new_pack.UItw8w/_old 2026-01-09 17:03:23.215687003 +0100 +++ /var/tmp/diff_new_pack.UItw8w/_new 2026-01-09 17:03:23.215687003 +0100 @@ -1,7 +1,7 @@ # # spec file for package ruby-common # -# 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 ++++++ gem_install.sh ++++++ --- /var/tmp/diff_new_pack.UItw8w/_old 2026-01-09 17:03:23.311690985 +0100 +++ /var/tmp/diff_new_pack.UItw8w/_new 2026-01-09 17:03:23.315691152 +0100 @@ -8,6 +8,7 @@ shopt -s nullglob for ruby in $(/usr/bin/ruby-find-versioned) ; do export GEM_HOME="$(${ruby} -r rubygems -e 'puts Gem.default_dir')" + export RUBY="${ruby}" $ruby -x $0 "$@" done exit $?
