Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-3.3-image for openSUSE:Factory checked in at 2024-05-09 12:08:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-3.3-image (Old) and /work/SRC/openSUSE:Factory/.ruby-3.3-image.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-3.3-image" Thu May 9 12:08:21 2024 rev:4 rq:1172720 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-3.3-image/ruby-3.3-image.changes 2024-05-08 11:42:33.178942385 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-3.3-image.new.1880/ruby-3.3-image.changes 2024-05-09 12:08:53.508095867 +0200 @@ -1,0 +2,5 @@ +Wed May 8 10:02:50 UTC 2024 - Dan Äermák <dcer...@suse.com> + +- use the actual package name in installation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.BVGi7x/_old 2024-05-09 12:08:53.944111713 +0200 +++ /var/tmp/diff_new_pack.BVGi7x/_new 2024-05-09 12:08:53.948111858 +0200 @@ -41,7 +41,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux curl git-core gcc-c++ sqlite3-devel make awk timezone; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux curl git-core gcc-c++ sqlite3-devel make gawk timezone; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} ENV LANG="C.UTF-8" ENV RUBY_VERSION="%%rb_ver%%" ENV RUBY_MAJOR="%%rb_maj%%"