Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-3.2-image for openSUSE:Factory checked in at 2023-07-19 19:11:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-3.2-image (Old) and /work/SRC/openSUSE:Factory/.ruby-3.2-image.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-3.2-image" Wed Jul 19 19:11:50 2023 rev:2 rq:1099516 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-3.2-image/ruby-3.2-image.changes 2023-07-06 18:29:07.883314416 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-3.2-image.new.5570/ruby-3.2-image.changes 2023-07-19 19:12:07.637090187 +0200 @@ -1,0 +2,5 @@ +Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- Remove distribution-release from the package list, it is inherited from the base image + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.rOQdbH/_old 2023-07-19 19:12:08.285093978 +0200 +++ /var/tmp/diff_new_pack.rOQdbH/_new 2023-07-19 19:12:08.289094001 +0200 @@ -25,7 +25,7 @@ # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends ruby3.2 ruby3.2-rubygem-bundler ruby3.2-devel util-linux curl git-core distribution-release gcc-c++ sqlite3-devel make awk timezone; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends ruby3.2 ruby3.2-rubygem-bundler ruby3.2-devel util-linux curl git-core gcc-c++ sqlite3-devel make awk timezone; zypper -n clean; rm -rf /var/log/* ENV LANG="C.UTF-8" ENV RUBY_VERSION="%%rb_ver%%" ENV RUBY_MAJOR="%%rb_maj%%"