Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.24 for openSUSE:Factory checked in at 2026-06-09 14:14:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.24 (Old) and /work/SRC/openSUSE:Factory/.go1.24.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.24" Tue Jun 9 14:14:44 2026 rev:21 rq:1358042 version:1.24.13 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.24/go1.24.changes 2026-02-10 21:11:59.402475655 +0100 +++ /work/SRC/openSUSE:Factory/.go1.24.new.2375/go1.24.changes 2026-06-09 14:15:26.996542347 +0200 @@ -1,0 +2,7 @@ +Thu Jun 4 11:32:39 UTC 2026 - Jeff Kowalczyk <[email protected]> + +- Packaging: Enable libalternatives for SLE16.1 and Tumbleweed + Refs boo#1245878 + * Drop go1.24 dependency on update-alternatives fixes bsc#1264393 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.24.spec ++++++ --- /var/tmp/diff_new_pack.DfAIWB/_old 2026-06-09 14:15:28.876620247 +0200 +++ /var/tmp/diff_new_pack.DfAIWB/_new 2026-06-09 14:15:28.880620413 +0200 @@ -50,12 +50,16 @@ %define go_label %{go_api} # go_libalternatives is the name for the libalternatives configuration file -# which denotes its priority -%define go_libalternatives 125 +# which denotes its priority and numbered as go_api sans dot separator +%define go_libalternatives 124 # with_libalternatives denotes whether or not libalternatives should be used # if it is not used, then update-alternatives is used instead %define with_libalternatives 0 +# Enable libalternatives for SLE16.1+ and Tumbleweed +%if 0%{suse_version} >= 1610 +%define with_libalternatives 1 +%endif # with_update_alternatives is automatically defined, based on the # value of with_libalternatives
