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 2021-08-26 23:14:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-common (Old) and /work/SRC/openSUSE:Factory/.ruby-common.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-common" Thu Aug 26 23:14:16 2021 rev:19 rq:913949 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes 2021-07-20 15:38:55.461414457 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new.1899/ruby-common.changes 2021-08-26 23:14:27.964265268 +0200 @@ -1,0 +2,10 @@ +Tue Aug 24 06:46:07 UTC 2021 - Stephan Kulow <co...@suse.com> + +- Do not create links in /etc/alternatives at all - they are ghosts + and rpm database will only be confused if we have some wrong + information about them (the link target is defined at runtime) + + This aligns with ruby2.7 package to avoid file conflicts about + bundler and other built in gems + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gem_install.sh ++++++ --- /var/tmp/diff_new_pack.Kztn7p/_old 2021-08-26 23:14:28.652264659 +0200 +++ /var/tmp/diff_new_pack.Kztn7p/_new 2021-08-26 23:14:28.652264659 +0200 @@ -246,13 +246,9 @@ unversioned = map_executable(options, unversioned) File.rename(default_path, full_versioned) patchfile(full_versioned, />= 0(\.a)?/, "= #{options.gemversion}") - link_target = File.join(Gem.bindir, full_versioned) # unversioned [unversioned, ruby_versioned, gem_versioned].each do |linkname| - full_path = File.join(br_ua_dir, linkname) ua_path = File.join(options.ua_dir, linkname) - GILogger.info "Symlinking '#{full_path} -> '#{linkname}'" - File.symlink(link_target, full_path) unless File.symlink? full_path GILogger.info "Symlinking '#{linkname}' -> '#{ua_path}'" File.symlink(ua_path, linkname) unless File.symlink? linkname end